Html Css Color HEX #424FB4 Free Speech Blue

📋 copy color: '#424FB4'

red 66 ◦ green 79 ◦ blue 180

#424FB4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Blue #424FB4

Tints of Free Speech Blue #424FB4

RGB

 RED value IS 66 (26.17% from 255) = 20.31%

 GREEN value IS 79 (31.25% from 255) = 24.31%

 BLUE value IS 180 (70.7% from 255) = 55.38%

R = 20.31%
G = 24.31%
B = 55.38%

CMYK

 C value IS 0.63

 M value IS 0.56

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#424FB4 (or 0x424FB4) is known color: Free Speech Blue. HEX triplet: 42, 4F and B4. RGB value is (66,79,180). Sum of RGB (Red+Green+Blue) = 66+79+180=325 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.31% from 325); Green value is 79 (31.25% from 255 or 24.31% from 325); Blue value is 180 (70.70% from 255 or 55.38% from 325); Max value from RGB is 180 - color contains mainly: blue. Hex color #424FB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #424FB4 is #BDB04B. Grayscale: #565656. Windows color (decimal): -12431436 or 11816770. OLE color: 11816770.

HSL color Cylindrical-coordinate representation of color #424FB4: hue angle of 233.16º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #424FB4 is Cyan = 0.63, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 66 79 180 -
CMYK 0.63 0.56 0 0.29
HSL 233.16º 0.46% 0.48% -
HSV(B) 233.16º 0.63% 0.71% -
XYZ 13.28 10.05 44.42 -
YUV 86.63 180.69 113.29 -
System Red Green Blue C M Y K H S L
Decimal 66 79 180 0.63 0.56 0 0.29 233.16 0.46 0.48
Hex 42 4F B4 3F 38 0 1D E9 2E 30
Octal 102 117 264 77 70 0 35 351 56 60
Binary 1000010 1001111 10110100 111111 111000 0 11101 11101001 101110 110000

Color Harmonies of #424FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424FB4

Black with #424FB4

Text Example


Text Example

White with #424FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #424FB4;
 }
 .AnyTagClassName
 {
   color: #424FB4;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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