Html Css Color HEX #426EBE Steel Blue

📋 copy color: '#426EBE'

red 66 ◦ green 110 ◦ blue 190

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

Shades of Steel Blue #426EBE

Tints of Steel Blue #426EBE

RGB

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

 GREEN value IS 110 (43.36% from 255) = 30.05%

 BLUE value IS 190 (74.61% from 255) = 51.91%

R = 18.03%
G = 30.05%
B = 51.91%

CMYK

 C value IS 0.65

 M value IS 0.42

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#426EBE (or 0x426EBE) is known color: Steel Blue. HEX triplet: 42, 6E and BE. RGB value is (66,110,190). Sum of RGB (Red+Green+Blue) = 66+110+190=366 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.03% from 366); Green value is 110 (43.36% from 255 or 30.05% from 366); Blue value is 190 (74.61% from 255 or 51.91% from 366); Max value from RGB is 190 - color contains mainly: blue. Hex color #426EBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426EBE is #BD9141. Grayscale: #696969. Windows color (decimal): -12423490 or 12480066. OLE color: 12480066.

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

Color convert

RGB 66 110 190 -
CMYK 0.65 0.42 0 0.25
HSL 218.71º 0.49% 0.5% -
HSV(B) 218.71º 0.65% 0.75% -
XYZ 17.12 16.03 50.91 -
YUV 105.96 175.42 99.5 -
System Red Green Blue C M Y K H S L
Decimal 66 110 190 0.65 0.42 0 0.25 218.71 0.49 0.5
Hex 42 6E BE 41 2A 0 19 DB 31 32
Octal 102 156 276 101 52 0 31 333 61 62
Binary 1000010 1101110 10111110 1000001 101010 0 11001 11011011 110001 110010

Color Harmonies of #426EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426EBE

Black with #426EBE

Text Example


Text Example

White with #426EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,110,190); }

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

background-color css

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

 a { background-color: rgb(66,110,190); }

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

border-color css

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

 span { border-color: rgb(66,110,190); }

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