Html Css Color HEX #426BBB Free Speech Blue

📋 copy color: '#426BBB'

red 66 ◦ green 107 ◦ blue 187

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

Shades of Free Speech Blue #426BBB

Tints of Free Speech Blue #426BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 51.94%

R = 18.33%
G = 29.72%
B = 51.94%

CMYK

 C value IS 0.65

 M value IS 0.43

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#426BBB (or 0x426BBB) is known color: Free Speech Blue. HEX triplet: 42, 6B and BB. RGB value is (66,107,187). Sum of RGB (Red+Green+Blue) = 66+107+187=360 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.33% from 360); Green value is 107 (42.19% from 255 or 29.72% from 360); Blue value is 187 (73.44% from 255 or 51.94% from 360); Max value from RGB is 187 - color contains mainly: blue. Hex color #426BBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426BBB is #BD9444. Grayscale: #676767. Windows color (decimal): -12424261 or 12282690. OLE color: 12282690.

HSL color Cylindrical-coordinate representation of color #426BBB: hue angle of 219.67º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #426BBB is Cyan = 0.65, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 66 107 187 -
CMYK 0.65 0.43 0 0.27
HSL 219.67º 0.48% 0.5% -
HSV(B) 219.67º 0.65% 0.73% -
XYZ 16.47 15.26 49.09 -
YUV 103.86 174.92 101 -
System Red Green Blue C M Y K H S L
Decimal 66 107 187 0.65 0.43 0 0.27 219.67 0.48 0.5
Hex 42 6B BB 41 2B 0 1B DC 30 32
Octal 102 153 273 101 53 0 33 334 60 62
Binary 1000010 1101011 10111011 1000001 101011 0 11011 11011100 110000 110010

Color Harmonies of #426BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426BBB

Black with #426BBB

Text Example


Text Example

White with #426BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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