Html Css Color HEX #426CBB Steel Blue

📋 copy color: '#426CBB'

red 66 ◦ green 108 ◦ blue 187

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

Shades of Steel Blue #426CBB

Tints of Steel Blue #426CBB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.92%

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

R = 18.28%
G = 29.92%
B = 51.8%

CMYK

 C value IS 0.65

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#426CBB (or 0x426CBB) is known color: Steel Blue. HEX triplet: 42, 6C and BB. RGB value is (66,108,187). Sum of RGB (Red+Green+Blue) = 66+108+187=361 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.28% from 361); Green value is 108 (42.58% from 255 or 29.92% from 361); Blue value is 187 (73.44% from 255 or 51.80% from 361); Max value from RGB is 187 - color contains mainly: blue. Hex color #426CBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426CBB is #BD9344. Grayscale: #686868. Windows color (decimal): -12424005 or 12282946. OLE color: 12282946.

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

Color convert

RGB 66 108 187 -
CMYK 0.65 0.42 0 0.27
HSL 219.17º 0.48% 0.5% -
HSV(B) 219.17º 0.65% 0.73% -
XYZ 16.58 15.47 49.13 -
YUV 104.45 174.59 100.58 -
System Red Green Blue C M Y K H S L
Decimal 66 108 187 0.65 0.42 0 0.27 219.17 0.48 0.5
Hex 42 6C BB 41 2A 0 1B DB 30 32
Octal 102 154 273 101 52 0 33 333 60 62
Binary 1000010 1101100 10111011 1000001 101010 0 11011 11011011 110000 110010

Color Harmonies of #426CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426CBB

Black with #426CBB

Text Example


Text Example

White with #426CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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