Html Css Color HEX #426ABA Free Speech Blue

📋 copy color: '#426ABA'

red 66 ◦ green 106 ◦ blue 186

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

Shades of Free Speech Blue #426ABA

Tints of Free Speech Blue #426ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 51.96%

R = 18.44%
G = 29.61%
B = 51.96%

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

#426ABA (or 0x426ABA) is known color: Free Speech Blue. HEX triplet: 42, 6A and BA. RGB value is (66,106,186). Sum of RGB (Red+Green+Blue) = 66+106+186=358 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.44% from 358); Green value is 106 (41.80% from 255 or 29.61% from 358); Blue value is 186 (73.05% from 255 or 51.96% from 358); Max value from RGB is 186 - color contains mainly: blue. Hex color #426ABA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426ABA is #BD9545. Grayscale: #666666. Windows color (decimal): -12424518 or 12216898. OLE color: 12216898.

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

Color convert

RGB 66 106 186 -
CMYK 0.65 0.43 0 0.27
HSL 220º 0.48% 0.49% -
HSV(B) 220º 0.65% 0.73% -
XYZ 16.26 15.01 48.49 -
YUV 103.16 174.75 101.5 -
System Red Green Blue C M Y K H S L
Decimal 66 106 186 0.65 0.43 0 0.27 220 0.48 0.49
Hex 42 6A BA 41 2B 0 1B DC 30 31
Octal 102 152 272 101 53 0 33 334 60 61
Binary 1000010 1101010 10111010 1000001 101011 0 11011 11011100 110000 110001

Color Harmonies of #426ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426ABA

Black with #426ABA

Text Example


Text Example

White with #426ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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