Html Css Color HEX #424EBF Free Speech Blue

📋 copy color: '#424EBF'

red 66 ◦ green 78 ◦ blue 191

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

Shades of Free Speech Blue #424EBF

Tints of Free Speech Blue #424EBF

RGB

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

 GREEN value IS 78 (30.86% from 255) = 23.28%

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

R = 19.7%
G = 23.28%
B = 57.01%

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

#424EBF (or 0x424EBF) is known color: Free Speech Blue. HEX triplet: 42, 4E and BF. RGB value is (66,78,191). Sum of RGB (Red+Green+Blue) = 66+78+191=335 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.70% from 335); Green value is 78 (30.86% from 255 or 23.28% from 335); Blue value is 191 (75% from 255 or 57.01% from 335); Max value from RGB is 191 - color contains mainly: blue. Hex color #424EBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #424EBF is #BDB140. Grayscale: #565656. Windows color (decimal): -12431681 or 12537410. OLE color: 12537410.

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

Color convert

RGB 66 78 191 -
CMYK 0.65 0.59 0 0.25
HSL 234.24º 0.49% 0.5% -
HSV(B) 234.24º 0.65% 0.75% -
XYZ 14.38 10.37 50.53 -
YUV 87.29 186.52 112.81 -
System Red Green Blue C M Y K H S L
Decimal 66 78 191 0.65 0.59 0 0.25 234.24 0.49 0.5
Hex 42 4E BF 41 3B 0 19 EA 31 32
Octal 102 116 277 101 73 0 31 352 61 62
Binary 1000010 1001110 10111111 1000001 111011 0 11001 11101010 110001 110010

Color Harmonies of #424EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424EBF

Black with #424EBF

Text Example


Text Example

White with #424EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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