Html Css Color HEX #456FBC Steel Blue

📋 copy color: '#456FBC'

red 69 ◦ green 111 ◦ blue 188

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

Shades of Steel Blue #456FBC

Tints of Steel Blue #456FBC

RGB

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

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

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

R = 18.75%
G = 30.16%
B = 51.09%

CMYK

 C value IS 0.63

 M value IS 0.41

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#456FBC (or 0x456FBC) is known color: Steel Blue. HEX triplet: 45, 6F and BC. RGB value is (69,111,188). Sum of RGB (Red+Green+Blue) = 69+111+188=368 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.75% from 368); Green value is 111 (43.75% from 255 or 30.16% from 368); Blue value is 188 (73.83% from 255 or 51.09% from 368); Max value from RGB is 188 - color contains mainly: blue. Hex color #456FBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #456FBC is #BA9043. Grayscale: #6A6A6A. Windows color (decimal): -12226628 or 12349253. OLE color: 12349253.

HSL color Cylindrical-coordinate representation of color #456FBC: hue angle of 218.82º 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 #456FBC is Cyan = 0.63, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 69 111 188 -
CMYK 0.63 0.41 0 0.26
HSL 218.82º 0.47% 0.5% -
HSV(B) 218.82º 0.63% 0.74% -
XYZ 17.22 16.26 49.81 -
YUV 107.22 173.59 100.74 -
System Red Green Blue C M Y K H S L
Decimal 69 111 188 0.63 0.41 0 0.26 218.82 0.47 0.5
Hex 45 6F BC 3F 29 0 1A DB 2F 32
Octal 105 157 274 77 51 0 32 333 57 62
Binary 1000101 1101111 10111100 111111 101001 0 11010 11011011 101111 110010

Color Harmonies of #456FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456FBC

Black with #456FBC

Text Example


Text Example

White with #456FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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