Html Css Color HEX #426BBC Free Speech Blue

📋 copy color: '#426BBC'

red 66 ◦ green 107 ◦ blue 188

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

Shades of Free Speech Blue #426BBC

Tints of Free Speech Blue #426BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 52.08%

R = 18.28%
G = 29.64%
B = 52.08%

CMYK

 C value IS 0.65

 M value IS 0.43

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#426BBC (or 0x426BBC) is known color: Free Speech Blue. HEX triplet: 42, 6B and BC. RGB value is (66,107,188). Sum of RGB (Red+Green+Blue) = 66+107+188=361 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.28% from 361); Green value is 107 (42.19% from 255 or 29.64% from 361); Blue value is 188 (73.83% from 255 or 52.08% from 361); Max value from RGB is 188 - color contains mainly: blue. Hex color #426BBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426BBC is #BD9443. Grayscale: #676767. Windows color (decimal): -12424260 or 12348226. OLE color: 12348226.

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

Color convert

RGB 66 107 188 -
CMYK 0.65 0.43 0 0.26
HSL 219.84º 0.48% 0.5% -
HSV(B) 219.84º 0.65% 0.74% -
XYZ 16.58 15.3 49.66 -
YUV 103.98 175.42 100.91 -
System Red Green Blue C M Y K H S L
Decimal 66 107 188 0.65 0.43 0 0.26 219.84 0.48 0.5
Hex 42 6B BC 41 2B 0 1A DC 30 32
Octal 102 153 274 101 53 0 32 334 60 62
Binary 1000010 1101011 10111100 1000001 101011 0 11010 11011100 110000 110010

Color Harmonies of #426BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426BBC

Black with #426BBC

Text Example


Text Example

White with #426BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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