Html Css Color HEX #424BBE Free Speech Blue

📋 copy color: '#424BBE'

red 66 ◦ green 75 ◦ blue 190

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

Shades of Free Speech Blue #424BBE

Tints of Free Speech Blue #424BBE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.66%

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

R = 19.94%
G = 22.66%
B = 57.4%

CMYK

 C value IS 0.65

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#424BBE (or 0x424BBE) is known color: Free Speech Blue. HEX triplet: 42, 4B and BE. RGB value is (66,75,190). Sum of RGB (Red+Green+Blue) = 66+75+190=331 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.94% from 331); Green value is 75 (29.69% from 255 or 22.66% from 331); Blue value is 190 (74.61% from 255 or 57.40% from 331); Max value from RGB is 190 - color contains mainly: blue. Hex color #424BBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #424BBE is #BDB441. Grayscale: #545454. Windows color (decimal): -12432450 or 12471106. OLE color: 12471106.

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

Color convert

RGB 66 75 190 -
CMYK 0.65 0.61 0 0.25
HSL 235.65º 0.49% 0.5% -
HSV(B) 235.65º 0.65% 0.75% -
XYZ 14.06 9.91 49.89 -
YUV 85.42 187.02 114.15 -
System Red Green Blue C M Y K H S L
Decimal 66 75 190 0.65 0.61 0 0.25 235.65 0.49 0.5
Hex 42 4B BE 41 3D 0 19 EC 31 32
Octal 102 113 276 101 75 0 31 354 61 62
Binary 1000010 1001011 10111110 1000001 111101 0 11001 11101100 110001 110010

Color Harmonies of #424BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424BBE

Black with #424BBE

Text Example


Text Example

White with #424BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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