Html Css Color HEX #426BBE Free Speech Blue

📋 copy color: '#426BBE'

red 66 ◦ green 107 ◦ blue 190

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

Shades of Free Speech Blue #426BBE

Tints of Free Speech Blue #426BBE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.48%

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

R = 18.18%
G = 29.48%
B = 52.34%

CMYK

 C value IS 0.65

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#426BBE (or 0x426BBE) is known color: Free Speech Blue. HEX triplet: 42, 6B and BE. RGB value is (66,107,190). Sum of RGB (Red+Green+Blue) = 66+107+190=363 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.18% from 363); Green value is 107 (42.19% from 255 or 29.48% from 363); Blue value is 190 (74.61% from 255 or 52.34% from 363); Max value from RGB is 190 - color contains mainly: blue. Hex color #426BBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426BBE is #BD9441. Grayscale: #676767. Windows color (decimal): -12424258 or 12479298. OLE color: 12479298.

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

Color convert

RGB 66 107 190 -
CMYK 0.65 0.44 0 0.25
HSL 220.16º 0.49% 0.5% -
HSV(B) 220.16º 0.65% 0.75% -
XYZ 16.8 15.39 50.8 -
YUV 104.2 176.42 100.75 -
System Red Green Blue C M Y K H S L
Decimal 66 107 190 0.65 0.44 0 0.25 220.16 0.49 0.5
Hex 42 6B BE 41 2C 0 19 DC 31 32
Octal 102 153 276 101 54 0 31 334 61 62
Binary 1000010 1101011 10111110 1000001 101100 0 11001 11011100 110001 110010

Color Harmonies of #426BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426BBE

Black with #426BBE

Text Example


Text Example

White with #426BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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