Html Css Color HEX #426ABF Free Speech Blue

📋 copy color: '#426ABF'

red 66 ◦ green 106 ◦ blue 191

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

Shades of Free Speech Blue #426ABF

Tints of Free Speech Blue #426ABF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.2%

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

R = 18.18%
G = 29.2%
B = 52.62%

CMYK

 C value IS 0.65

 M value IS 0.45

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#426ABF (or 0x426ABF) is known color: Free Speech Blue. HEX triplet: 42, 6A and BF. RGB value is (66,106,191). Sum of RGB (Red+Green+Blue) = 66+106+191=363 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.18% from 363); Green value is 106 (41.80% from 255 or 29.20% from 363); Blue value is 191 (75% from 255 or 52.62% from 363); Max value from RGB is 191 - color contains mainly: blue. Hex color #426ABF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426ABF is #BD9540. Grayscale: #676767. Windows color (decimal): -12424513 or 12544578. OLE color: 12544578.

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

Color convert

RGB 66 106 191 -
CMYK 0.65 0.45 0 0.25
HSL 220.8º 0.49% 0.5% -
HSV(B) 220.8º 0.65% 0.75% -
XYZ 16.8 15.23 51.34 -
YUV 103.73 177.25 101.09 -
System Red Green Blue C M Y K H S L
Decimal 66 106 191 0.65 0.45 0 0.25 220.8 0.49 0.5
Hex 42 6A BF 41 2D 0 19 DD 31 32
Octal 102 152 277 101 55 0 31 335 61 62
Binary 1000010 1101010 10111111 1000001 101101 0 11001 11011101 110001 110010

Color Harmonies of #426ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426ABF

Black with #426ABF

Text Example


Text Example

White with #426ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426ABF; }

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

 H1.HeaderClassName
 {
   color: #426ABF;
 }
 .AnyTagClassName
 {
   color: #426ABF;
 }
</style>

background-color css

<style>
 a { background-color: #426ABF; }

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

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

border-color css

<style>
 span { border-color: #426ABF; }

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

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