Html Css Color HEX #424CBE Free Speech Blue

📋 copy color: '#424CBE'

red 66 ◦ green 76 ◦ blue 190

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

Shades of Free Speech Blue #424CBE

Tints of Free Speech Blue #424CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 57.23%

R = 19.88%
G = 22.89%
B = 57.23%

CMYK

 C value IS 0.65

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#424CBE (or 0x424CBE) is known color: Free Speech Blue. HEX triplet: 42, 4C and BE. RGB value is (66,76,190). Sum of RGB (Red+Green+Blue) = 66+76+190=332 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.88% from 332); Green value is 76 (30.08% from 255 or 22.89% from 332); Blue value is 190 (74.61% from 255 or 57.23% from 332); Max value from RGB is 190 - color contains mainly: blue. Hex color #424CBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #424CBE is #BDB341. Grayscale: #555555. Windows color (decimal): -12432194 or 12471362. OLE color: 12471362.

HSL color Cylindrical-coordinate representation of color #424CBE: hue angle of 235.16º 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 #424CBE is Cyan = 0.65, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 66 76 190 -
CMYK 0.65 0.60 0 0.25
HSL 235.16º 0.49% 0.5% -
HSV(B) 235.16º 0.65% 0.75% -
XYZ 14.13 10.04 49.91 -
YUV 86.01 186.69 113.73 -
System Red Green Blue C M Y K H S L
Decimal 66 76 190 0.65 0.60 0 0.25 235.16 0.49 0.5
Hex 42 4C BE 41 3C 0 19 EB 31 32
Octal 102 114 276 101 74 0 31 353 61 62
Binary 1000010 1001100 10111110 1000001 111100 0 11001 11101011 110001 110010

Color Harmonies of #424CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424CBE

Black with #424CBE

Text Example


Text Example

White with #424CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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