Html Css Color HEX #426ABC Free Speech Blue

📋 copy color: '#426ABC'

red 66 ◦ green 106 ◦ blue 188

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

Shades of Free Speech Blue #426ABC

Tints of Free Speech Blue #426ABC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.44%

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

R = 18.33%
G = 29.44%
B = 52.22%

CMYK

 C value IS 0.65

 M value IS 0.44

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#426ABC (or 0x426ABC) is known color: Free Speech Blue. HEX triplet: 42, 6A and BC. RGB value is (66,106,188). Sum of RGB (Red+Green+Blue) = 66+106+188=360 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.33% from 360); Green value is 106 (41.80% from 255 or 29.44% from 360); Blue value is 188 (73.83% from 255 or 52.22% from 360); Max value from RGB is 188 - color contains mainly: blue. Hex color #426ABC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426ABC is #BD9543. Grayscale: #676767. Windows color (decimal): -12424516 or 12347970. OLE color: 12347970.

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

Color convert

RGB 66 106 188 -
CMYK 0.65 0.44 0 0.26
HSL 220.33º 0.48% 0.5% -
HSV(B) 220.33º 0.65% 0.74% -
XYZ 16.48 15.1 49.62 -
YUV 103.39 175.75 101.33 -
System Red Green Blue C M Y K H S L
Decimal 66 106 188 0.65 0.44 0 0.26 220.33 0.48 0.5
Hex 42 6A BC 41 2C 0 1A DC 30 32
Octal 102 152 274 101 54 0 32 334 60 62
Binary 1000010 1101010 10111100 1000001 101100 0 11010 11011100 110000 110010

Color Harmonies of #426ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426ABC

Black with #426ABC

Text Example


Text Example

White with #426ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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