Html Css Color HEX #424FBB Free Speech Blue

📋 copy color: '#424FBB'

red 66 ◦ green 79 ◦ blue 187

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

Shades of Free Speech Blue #424FBB

Tints of Free Speech Blue #424FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 56.33%

R = 19.88%
G = 23.8%
B = 56.33%

CMYK

 C value IS 0.65

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#424FBB (or 0x424FBB) is known color: Free Speech Blue. HEX triplet: 42, 4F and BB. RGB value is (66,79,187). Sum of RGB (Red+Green+Blue) = 66+79+187=332 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.88% from 332); Green value is 79 (31.25% from 255 or 23.80% from 332); Blue value is 187 (73.44% from 255 or 56.33% from 332); Max value from RGB is 187 - color contains mainly: blue. Hex color #424FBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #424FBB is #BDB044. Grayscale: #565656. Windows color (decimal): -12431429 or 12275522. OLE color: 12275522.

HSL color Cylindrical-coordinate representation of color #424FBB: hue angle of 233.55º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #424FBB is Cyan = 0.65, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 66 79 187 -
CMYK 0.65 0.58 0 0.27
HSL 233.55º 0.48% 0.5% -
HSV(B) 233.55º 0.65% 0.73% -
XYZ 14.01 10.34 48.27 -
YUV 87.43 184.19 112.72 -
System Red Green Blue C M Y K H S L
Decimal 66 79 187 0.65 0.58 0 0.27 233.55 0.48 0.5
Hex 42 4F BB 41 3A 0 1B EA 30 32
Octal 102 117 273 101 72 0 33 352 60 62
Binary 1000010 1001111 10111011 1000001 111010 0 11011 11101010 110000 110010

Color Harmonies of #424FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424FBB

Black with #424FBB

Text Example


Text Example

White with #424FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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