Html Css Color HEX #424FBF Free Speech Blue

📋 copy color: '#424FBF'

red 66 ◦ green 79 ◦ blue 191

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

Shades of Free Speech Blue #424FBF

Tints of Free Speech Blue #424FBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 56.85%

R = 19.64%
G = 23.51%
B = 56.85%

CMYK

 C value IS 0.65

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#424FBF (or 0x424FBF) is known color: Free Speech Blue. HEX triplet: 42, 4F and BF. RGB value is (66,79,191). Sum of RGB (Red+Green+Blue) = 66+79+191=336 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.64% from 336); Green value is 79 (31.25% from 255 or 23.51% from 336); Blue value is 191 (75% from 255 or 56.85% from 336); Max value from RGB is 191 - color contains mainly: blue. Hex color #424FBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #424FBF is #BDB040. Grayscale: #575757. Windows color (decimal): -12431425 or 12537666. OLE color: 12537666.

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

Color convert

RGB 66 79 191 -
CMYK 0.65 0.59 0 0.25
HSL 233.76º 0.49% 0.5% -
HSV(B) 233.76º 0.65% 0.75% -
XYZ 14.45 10.51 50.56 -
YUV 87.88 186.19 112.39 -
System Red Green Blue C M Y K H S L
Decimal 66 79 191 0.65 0.59 0 0.25 233.76 0.49 0.5
Hex 42 4F BF 41 3B 0 19 EA 31 32
Octal 102 117 277 101 73 0 31 352 61 62
Binary 1000010 1001111 10111111 1000001 111011 0 11001 11101010 110001 110010

Color Harmonies of #424FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424FBF

Black with #424FBF

Text Example


Text Example

White with #424FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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