Html Css Color HEX #426FC0 Steel Blue

📋 copy color: '#426FC0'

red 66 ◦ green 111 ◦ blue 192

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

Shades of Steel Blue #426FC0

Tints of Steel Blue #426FC0

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30.08%

 BLUE value IS 192 (75.39% from 255) = 52.03%

R = 17.89%
G = 30.08%
B = 52.03%

CMYK

 C value IS 0.66

 M value IS 0.42

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#426FC0 (or 0x426FC0) is known color: Steel Blue. HEX triplet: 42, 6F and C0. RGB value is (66,111,192). Sum of RGB (Red+Green+Blue) = 66+111+192=369 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.89% from 369); Green value is 111 (43.75% from 255 or 30.08% from 369); Blue value is 192 (75.39% from 255 or 52.03% from 369); Max value from RGB is 192 - color contains mainly: blue. Hex color #426FC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426FC0 is #BD903F. Grayscale: #6A6A6A. Windows color (decimal): -12423232 or 12611394. OLE color: 12611394.

HSL color Cylindrical-coordinate representation of color #426FC0: hue angle of 218.57º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #426FC0 is Cyan = 0.66, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 66 111 192 -
CMYK 0.66 0.42 0 0.25
HSL 218.57º 0.5% 0.51% -
HSV(B) 218.57º 0.66% 0.75% -
XYZ 17.45 16.33 52.1 -
YUV 106.78 176.09 98.91 -
System Red Green Blue C M Y K H S L
Decimal 66 111 192 0.66 0.42 0 0.25 218.57 0.5 0.51
Hex 42 6F C0 42 2A 0 19 DB 32 33
Octal 102 157 300 102 52 0 31 333 62 63
Binary 1000010 1101111 11000000 1000010 101010 0 11001 11011011 110010 110011

Color Harmonies of #426FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426FC0

Black with #426FC0

Text Example


Text Example

White with #426FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,111,192); }

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

background-color css

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

 a { background-color: rgb(66,111,192); }

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

border-color css

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

 span { border-color: rgb(66,111,192); }

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