Html Css Color HEX #456FB4 Steel Blue

📋 copy color: '#456FB4'

red 69 ◦ green 111 ◦ blue 180

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

Shades of Steel Blue #456FB4

Tints of Steel Blue #456FB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 50%

R = 19.17%
G = 30.83%
B = 50%

CMYK

 C value IS 0.62

 M value IS 0.38

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#456FB4 (or 0x456FB4) is known color: Steel Blue. HEX triplet: 45, 6F and B4. RGB value is (69,111,180). Sum of RGB (Red+Green+Blue) = 69+111+180=360 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.17% from 360); Green value is 111 (43.75% from 255 or 30.83% from 360); Blue value is 180 (70.70% from 255 or 50% from 360); Max value from RGB is 180 - color contains mainly: blue. Hex color #456FB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #456FB4 is #BA904B. Grayscale: #696969. Windows color (decimal): -12226636 or 11824965. OLE color: 11824965.

HSL color Cylindrical-coordinate representation of color #456FB4: hue angle of 217.3º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #456FB4 is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 69 111 180 -
CMYK 0.62 0.38 0 0.29
HSL 217.3º 0.45% 0.49% -
HSV(B) 217.3º 0.62% 0.71% -
XYZ 16.38 15.93 45.39 -
YUV 106.31 169.59 101.39 -
System Red Green Blue C M Y K H S L
Decimal 69 111 180 0.62 0.38 0 0.29 217.3 0.45 0.49
Hex 45 6F B4 3E 26 0 1D D9 2D 31
Octal 105 157 264 76 46 0 35 331 55 61
Binary 1000101 1101111 10110100 111110 100110 0 11101 11011001 101101 110001

Color Harmonies of #456FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456FB4

Black with #456FB4

Text Example


Text Example

White with #456FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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