#4462C8

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

Shades of Free Speech Blue #4462C8

Tints of Free Speech Blue #4462C8

Color information

#4462C8 (or 0x4462C8) is unknown color: approx Free Speech Blue. HEX triplet: 44, 62 and C8. RGB value is (68,98,200). Sum of RGB (Red+Green+Blue) = 68+98+200=366 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.58% from 366); Green value is 98 (38.67% from 255 or 26.78% from 366); Blue value is 200 (78.52% from 255 or 54.64% from 366); Max value from RGB is 200 - color contains mainly: blue. Hex color #4462C8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4462C8 is #BB9D37. Grayscale: #646464. Windows color (decimal): -12295480 or 13132356. OLE color: 13132356.

HSL color Cylindrical-coordinate representation of color #4462C8: hue angle of 226.36º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4462C8 is Cyan = 0.66, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB6898200-
CMYK0.660.5100.22
HSL226.36º54.55%52.55%-
HSV(B)226.36º66%78.43%-
XYZ17.1814.1356.47-
YUV100.66184.06104.71-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.58%
GREEN value IS 98 (38.67% from 255) = 26.78%
BLUE value IS 200 (78.52% from 255) = 54.64%
R=18.58%
G=26.78%
B=54.64%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal68982000.660.5100.22226.3654.5552.55
Hex4462C84233016e23735
Octal104142310102630263426765
Binary1000100110001011001000100001011001101011011100010110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4462C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4462C8; }

 p { color: rgb(68,98,200); }

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

<style>
 a { background-color: #4462C8; }

 a { background-color: rgb(68,98,200); }

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

<style>
 span { border-color: #4462C8; }

 span { border-color: rgb(68,98,200); }

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