Html Css Color HEX #426FBA Steel Blue

📋 copy color: '#426FBA'

red 66 ◦ green 111 ◦ blue 186

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

Shades of Steel Blue #426FBA

Tints of Steel Blue #426FBA

RGB

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

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

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

R = 18.18%
G = 30.58%
B = 51.24%

CMYK

 C value IS 0.65

 M value IS 0.40

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#426FBA (or 0x426FBA) is known color: Steel Blue. HEX triplet: 42, 6F and BA. RGB value is (66,111,186). Sum of RGB (Red+Green+Blue) = 66+111+186=363 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.18% from 363); Green value is 111 (43.75% from 255 or 30.58% from 363); Blue value is 186 (73.05% from 255 or 51.24% from 363); Max value from RGB is 186 - color contains mainly: blue. Hex color #426FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426FBA is #BD9045. Grayscale: #696969. Windows color (decimal): -12423238 or 12218178. OLE color: 12218178.

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

Color convert

RGB 66 111 186 -
CMYK 0.65 0.40 0 0.27
HSL 217.5º 0.48% 0.49% -
HSV(B) 217.5º 0.65% 0.73% -
XYZ 16.79 16.07 48.67 -
YUV 106.1 173.09 99.4 -
System Red Green Blue C M Y K H S L
Decimal 66 111 186 0.65 0.40 0 0.27 217.5 0.48 0.49
Hex 42 6F BA 41 28 0 1B DA 30 31
Octal 102 157 272 101 50 0 33 332 60 61
Binary 1000010 1101111 10111010 1000001 101000 0 11011 11011010 110000 110001

Color Harmonies of #426FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426FBA

Black with #426FBA

Text Example


Text Example

White with #426FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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