Html Css Color HEX #426CC2 Free Speech Blue

📋 copy color: '#426CC2'

red 66 ◦ green 108 ◦ blue 194

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

Shades of Free Speech Blue #426CC2

Tints of Free Speech Blue #426CC2

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.35%

 BLUE value IS 194 (76.17% from 255) = 52.72%

R = 17.93%
G = 29.35%
B = 52.72%

CMYK

 C value IS 0.66

 M value IS 0.44

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#426CC2 (or 0x426CC2) is known color: Free Speech Blue. HEX triplet: 42, 6C and C2. RGB value is (66,108,194). Sum of RGB (Red+Green+Blue) = 66+108+194=368 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.93% from 368); Green value is 108 (42.58% from 255 or 29.35% from 368); Blue value is 194 (76.17% from 255 or 52.72% from 368); Max value from RGB is 194 - color contains mainly: blue. Hex color #426CC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426CC2 is #BD933D. Grayscale: #686868. Windows color (decimal): -12423998 or 12741698. OLE color: 12741698.

HSL color Cylindrical-coordinate representation of color #426CC2: hue angle of 220.31º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #426CC2 is Cyan = 0.66, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 66 108 194 -
CMYK 0.66 0.44 0 0.24
HSL 220.31º 0.51% 0.51% -
HSV(B) 220.31º 0.66% 0.76% -
XYZ 17.35 15.78 53.17 -
YUV 105.25 178.09 100.01 -
System Red Green Blue C M Y K H S L
Decimal 66 108 194 0.66 0.44 0 0.24 220.31 0.51 0.51
Hex 42 6C C2 42 2C 0 18 DC 33 33
Octal 102 154 302 102 54 0 30 334 63 63
Binary 1000010 1101100 11000010 1000010 101100 0 11000 11011100 110011 110011

Color Harmonies of #426CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426CC2

Black with #426CC2

Text Example


Text Example

White with #426CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,108,194); }

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

background-color css

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

 a { background-color: rgb(66,108,194); }

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

border-color css

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

 span { border-color: rgb(66,108,194); }

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