Html Css Color HEX #426BBF Free Speech Blue

📋 copy color: '#426BBF'

red 66 ◦ green 107 ◦ blue 191

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

Shades of Free Speech Blue #426BBF

Tints of Free Speech Blue #426BBF

RGB

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

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

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

R = 18.13%
G = 29.4%
B = 52.47%

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

#426BBF (or 0x426BBF) is known color: Free Speech Blue. HEX triplet: 42, 6B and BF. RGB value is (66,107,191). Sum of RGB (Red+Green+Blue) = 66+107+191=364 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.13% from 364); Green value is 107 (42.19% from 255 or 29.40% from 364); Blue value is 191 (75% from 255 or 52.47% from 364); Max value from RGB is 191 - color contains mainly: blue. Hex color #426BBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426BBF is #BD9440. Grayscale: #676767. Windows color (decimal): -12424257 or 12544834. OLE color: 12544834.

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

Color convert

RGB 66 107 191 -
CMYK 0.65 0.44 0 0.25
HSL 220.32º 0.49% 0.5% -
HSV(B) 220.32º 0.65% 0.75% -
XYZ 16.91 15.44 51.38 -
YUV 104.32 176.92 100.67 -
System Red Green Blue C M Y K H S L
Decimal 66 107 191 0.65 0.44 0 0.25 220.32 0.49 0.5
Hex 42 6B BF 41 2C 0 19 DC 31 32
Octal 102 153 277 101 54 0 31 334 61 62
Binary 1000010 1101011 10111111 1000001 101100 0 11001 11011100 110001 110010

Color Harmonies of #426BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426BBF

Black with #426BBF

Text Example


Text Example

White with #426BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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