Html Css Color HEX #424CB9 Free Speech Blue

📋 copy color: '#424CB9'

red 66 ◦ green 76 ◦ blue 185

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

Shades of Free Speech Blue #424CB9

Tints of Free Speech Blue #424CB9

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.24%

 BLUE value IS 185 (72.66% from 255) = 56.57%

R = 20.18%
G = 23.24%
B = 56.57%

CMYK

 C value IS 0.64

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#424CB9 (or 0x424CB9) is known color: Free Speech Blue. HEX triplet: 42, 4C and B9. RGB value is (66,76,185). Sum of RGB (Red+Green+Blue) = 66+76+185=327 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.18% from 327); Green value is 76 (30.08% from 255 or 23.24% from 327); Blue value is 185 (72.66% from 255 or 56.57% from 327); Max value from RGB is 185 - color contains mainly: blue. Hex color #424CB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #424CB9 is #BDB346. Grayscale: #545454. Windows color (decimal): -12432199 or 12143682. OLE color: 12143682.

HSL color Cylindrical-coordinate representation of color #424CB9: hue angle of 234.96º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #424CB9 is Cyan = 0.64, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 66 76 185 -
CMYK 0.64 0.59 0 0.27
HSL 234.96º 0.47% 0.49% -
HSV(B) 234.96º 0.64% 0.73% -
XYZ 13.59 9.83 47.08 -
YUV 85.44 184.19 114.14 -
System Red Green Blue C M Y K H S L
Decimal 66 76 185 0.64 0.59 0 0.27 234.96 0.47 0.49
Hex 42 4C B9 40 3B 0 1B EB 2F 31
Octal 102 114 271 100 73 0 33 353 57 61
Binary 1000010 1001100 10111001 1000000 111011 0 11011 11101011 101111 110001

Color Harmonies of #424CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424CB9

Black with #424CB9

Text Example


Text Example

White with #424CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,76,185); }

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

background-color css

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

 a { background-color: rgb(66,76,185); }

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

border-color css

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

 span { border-color: rgb(66,76,185); }

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