Html Css Color HEX #426CBE Free Speech Blue

📋 copy color: '#426CBE'

red 66 ◦ green 108 ◦ blue 190

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

Shades of Free Speech Blue #426CBE

Tints of Free Speech Blue #426CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 52.2%

R = 18.13%
G = 29.67%
B = 52.2%

CMYK

 C value IS 0.65

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#426CBE (or 0x426CBE) is known color: Free Speech Blue. HEX triplet: 42, 6C and BE. RGB value is (66,108,190). Sum of RGB (Red+Green+Blue) = 66+108+190=364 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.13% from 364); Green value is 108 (42.58% from 255 or 29.67% from 364); Blue value is 190 (74.61% from 255 or 52.20% from 364); Max value from RGB is 190 - color contains mainly: blue. Hex color #426CBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426CBE is #BD9341. Grayscale: #686868. Windows color (decimal): -12424002 or 12479554. OLE color: 12479554.

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

Color convert

RGB 66 108 190 -
CMYK 0.65 0.43 0 0.25
HSL 219.68º 0.49% 0.5% -
HSV(B) 219.68º 0.65% 0.75% -
XYZ 16.9 15.6 50.84 -
YUV 104.79 176.09 100.33 -
System Red Green Blue C M Y K H S L
Decimal 66 108 190 0.65 0.43 0 0.25 219.68 0.49 0.5
Hex 42 6C BE 41 2B 0 19 DC 31 32
Octal 102 154 276 101 53 0 31 334 61 62
Binary 1000010 1101100 10111110 1000001 101011 0 11001 11011100 110001 110010

Color Harmonies of #426CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426CBE

Black with #426CBE

Text Example


Text Example

White with #426CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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