Html Css Color HEX #456DBC Steel Blue

📋 copy color: '#456DBC'

red 69 ◦ green 109 ◦ blue 188

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

Shades of Steel Blue #456DBC

Tints of Steel Blue #456DBC

RGB

 RED value IS 69 (27.34% from 255) = 18.85%

 GREEN value IS 109 (42.97% from 255) = 29.78%

 BLUE value IS 188 (73.83% from 255) = 51.37%

R = 18.85%
G = 29.78%
B = 51.37%

CMYK

 C value IS 0.63

 M value IS 0.42

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#456DBC (or 0x456DBC) is known color: Steel Blue. HEX triplet: 45, 6D and BC. RGB value is (69,109,188). Sum of RGB (Red+Green+Blue) = 69+109+188=366 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.85% from 366); Green value is 109 (42.97% from 255 or 29.78% from 366); Blue value is 188 (73.83% from 255 or 51.37% from 366); Max value from RGB is 188 - color contains mainly: blue. Hex color #456DBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #456DBC is #BA9243. Grayscale: #696969. Windows color (decimal): -12227140 or 12348741. OLE color: 12348741.

HSL color Cylindrical-coordinate representation of color #456DBC: hue angle of 219.83º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #456DBC is Cyan = 0.63, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 69 109 188 -
CMYK 0.63 0.42 0 0.26
HSL 219.83º 0.47% 0.5% -
HSV(B) 219.83º 0.63% 0.74% -
XYZ 17 15.83 49.74 -
YUV 106.05 174.25 101.58 -
System Red Green Blue C M Y K H S L
Decimal 69 109 188 0.63 0.42 0 0.26 219.83 0.47 0.5
Hex 45 6D BC 3F 2A 0 1A DC 2F 32
Octal 105 155 274 77 52 0 32 334 57 62
Binary 1000101 1101101 10111100 111111 101010 0 11010 11011100 101111 110010

Color Harmonies of #456DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456DBC

Black with #456DBC

Text Example


Text Example

White with #456DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #456DBC; }

 p { color: rgb(69,109,188); }

 H1.HeaderClassName
 {
   color: #456DBC;
 }
 .AnyTagClassName
 {
   color: #456DBC;
 }
</style>

background-color css

<style>
 a { background-color: #456DBC; }

 a { background-color: rgb(69,109,188); }

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

border-color css

<style>
 span { border-color: #456DBC; }

 span { border-color: rgb(69,109,188); }

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