#4655CA

Color #4655CA Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #4655CA

Tints of Free Speech Blue #4655CA

Color information

#4655CA (or 0x4655CA) is unknown color: approx Free Speech Blue. HEX triplet: 46, 55 and CA. RGB value is (70,85,202). Sum of RGB (Red+Green+Blue) = 70+85+202=357 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.61% from 357); Green value is 85 (33.59% from 255 or 23.81% from 357); Blue value is 202 (79.30% from 255 or 56.58% from 357); Max value from RGB is 202 - color contains mainly: blue. Hex color #4655CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4655CA is #B9AA35. Grayscale: #5D5D5D. Windows color (decimal): -12167734 or 13260102. OLE color: 13260102.

HSL color Cylindrical-coordinate representation of color #4655CA: hue angle of 233.18º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4655CA is Cyan = 0.65, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB7085202-
CMYK0.650.5800.21
HSL233.18º55.46%53.33%-
HSV(B)233.18º65.35%79.22%-
XYZ16.4312.0657.34-
YUV93.85189.03110.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 70 (27.73% from 255) = 19.61%
GREEN value IS 85 (33.59% from 255) = 23.81%
BLUE value IS 202 (79.30% from 255) = 56.58%
R=19.61%
G=23.81%
B=56.58%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal70852020.650.5800.21233.1855.4653.33
Hex4655CA413A015e93735
Octal106125312101720253516765
Binary1000110101010111001010100000111101001010111101001110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4655CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4655CA; }

 p { color: rgb(70,85,202); }

 H1.HeaderClassName
 {
   color: #4655CA;
 }
 .AnyTagClassName
 {
   color: #4655CA;
 }
</style>
background-color css

<style>
 a { background-color: #4655CA; }

 a { background-color: rgb(70,85,202); }

 div.DivClassName
 {
   background-color: #4655CA;
 }
 .BgClassName
 {
   background-color: #4655CA;
 }
</style>
border-color css

<style>
 span { border-color: #4655CA; }

 span { border-color: rgb(70,85,202); }

 td.TdClassName
 {
   border-color: #4655CA;
 }
 .TagClassName
 {
   border-color: #4655CA;
 }
</style>