#424FBF

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

Shades of Free Speech Blue #424FBF

Tints of Free Speech Blue #424FBF

Color information

#424FBF (or 0x424FBF) is unknown color: approx Free Speech Blue. HEX triplet: 42, 4F and BF. RGB value is (66,79,191). Sum of RGB (Red+Green+Blue) = 66+79+191=336 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.64% from 336); Green value is 79 (31.25% from 255 or 23.51% from 336); Blue value is 191 (75% from 255 or 56.85% from 336); Max value from RGB is 191 - color contains mainly: blue. Hex color #424FBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #424FBF is #BDB040. Grayscale: #575757. Windows color (decimal): -12431425 or 12537666. OLE color: 12537666.

HSL color Cylindrical-coordinate representation of color #424FBF: hue angle of 233.76º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #424FBF is Cyan = 0.65, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB6679191-
CMYK0.650.5900.25
HSL233.76º49.41%50.39%-
HSV(B)233.76º65.45%74.9%-
XYZ14.4510.5150.56-
YUV87.88186.19112.39-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.64%
GREEN value IS 79 (31.25% from 255) = 23.51%
BLUE value IS 191 (75% from 255) = 56.85%
R=19.64%
G=23.51%
B=56.85%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal66791910.650.5900.25233.7649.4150.39
Hex424FBF413B019ea3132
Octal102117277101730313526162
Binary1000010100111110111111100000111101101100111101010110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424FBF; }

 p { color: rgb(66,79,191); }

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

<style>
 a { background-color: #424FBF; }

 a { background-color: rgb(66,79,191); }

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

<style>
 span { border-color: #424FBF; }

 span { border-color: rgb(66,79,191); }

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