#424FCF

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

Shades of Free Speech Blue #424FCF

Tints of Free Speech Blue #424FCF

Color information

#424FCF (or 0x424FCF) is unknown color: approx Free Speech Blue. HEX triplet: 42, 4F and CF. RGB value is (66,79,207). Sum of RGB (Red+Green+Blue) = 66+79+207=352 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.75% from 352); Green value is 79 (31.25% from 255 or 22.44% from 352); Blue value is 207 (81.25% from 255 or 58.81% from 352); Max value from RGB is 207 - color contains mainly: blue. Hex color #424FCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #424FCF is #BDB030. Grayscale: #595959. Windows color (decimal): -12431409 or 13586242. OLE color: 13586242.

HSL color Cylindrical-coordinate representation of color #424FCF: hue angle of 234.47º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #424FCF is Cyan = 0.68, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB6679207-
CMYK0.680.6200.19
HSL234.47º59.49%53.53%-
HSV(B)234.47º68.12%81.18%-
XYZ16.3111.2660.34-
YUV89.7194.19111.09-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.75%
GREEN value IS 79 (31.25% from 255) = 22.44%
BLUE value IS 207 (81.25% from 255) = 58.81%
R=18.75%
G=22.44%
B=58.81%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal66792070.680.6200.19234.4759.4953.53
Hex424FCF443E013ea3b36
Octal102117317104760233527366
Binary1000010100111111001111100010011111001001111101010111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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