#424FC5

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

Shades of Free Speech Blue #424FC5

Tints of Free Speech Blue #424FC5

Color information

#424FC5 (or 0x424FC5) is unknown color: approx Free Speech Blue. HEX triplet: 42, 4F and C5. RGB value is (66,79,197). Sum of RGB (Red+Green+Blue) = 66+79+197=342 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.30% from 342); Green value is 79 (31.25% from 255 or 23.10% from 342); Blue value is 197 (77.34% from 255 or 57.60% from 342); Max value from RGB is 197 - color contains mainly: blue. Hex color #424FC5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #424FC5 is #BDB03A. Grayscale: #585858. Windows color (decimal): -12431419 or 12930882. OLE color: 12930882.

HSL color Cylindrical-coordinate representation of color #424FC5: hue angle of 234.05º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #424FC5 is Cyan = 0.66, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB6679197-
CMYK0.660.6000.23
HSL234.05º53.04%51.57%-
HSV(B)234.05º66.5%77.25%-
XYZ15.1210.7854.11-
YUV88.56189.19111.91-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.30%
GREEN value IS 79 (31.25% from 255) = 23.10%
BLUE value IS 197 (77.34% from 255) = 57.60%
R=19.30%
G=23.10%
B=57.60%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal66791970.660.6000.23234.0553.0451.57
Hex424FC5423C017ea3534
Octal102117305102740273526564
Binary1000010100111111000101100001011110001011111101010110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424FC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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