Html Css Color HEX #467DBF Steel Blue

📋 copy color: '#467DBF'

red 70 ◦ green 125 ◦ blue 191

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

Shades of Steel Blue #467DBF

Tints of Steel Blue #467DBF

RGB

 RED value IS 70 (27.73% from 255) = 18.13%

 GREEN value IS 125 (49.22% from 255) = 32.38%

 BLUE value IS 191 (75% from 255) = 49.48%

R = 18.13%
G = 32.38%
B = 49.48%

CMYK

 C value IS 0.63

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#467DBF (or 0x467DBF) is known color: Steel Blue. HEX triplet: 46, 7D and BF. RGB value is (70,125,191). Sum of RGB (Red+Green+Blue) = 70+125+191=386 (51% of max value = 765). Red value is 70 (27.73% from 255 or 18.13% from 386); Green value is 125 (49.22% from 255 or 32.38% from 386); Blue value is 191 (75% from 255 or 49.48% from 386); Max value from RGB is 191 - color contains mainly: blue. Hex color #467DBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467DBF is #B98240. Grayscale: #737373. Windows color (decimal): -12157505 or 12549446. OLE color: 12549446.

HSL color Cylindrical-coordinate representation of color #467DBF: hue angle of 212.73º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #467DBF is Cyan = 0.63, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 70 125 191 -
CMYK 0.63 0.35 0 0.25
HSL 212.73º 0.49% 0.51% -
HSV(B) 212.73º 0.63% 0.75% -
XYZ 19.26 19.73 52.08 -
YUV 116.08 170.28 95.13 -
System Red Green Blue C M Y K H S L
Decimal 70 125 191 0.63 0.35 0 0.25 212.73 0.49 0.51
Hex 46 7D BF 3F 23 0 19 D5 31 33
Octal 106 175 277 77 43 0 31 325 61 63
Binary 1000110 1111101 10111111 111111 100011 0 11001 11010101 110001 110011

Color Harmonies of #467DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467DBF

Black with #467DBF

Text Example


Text Example

White with #467DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467DBF; }

 p { color: rgb(70,125,191); }

 H1.HeaderClassName
 {
   color: #467DBF;
 }
 .AnyTagClassName
 {
   color: #467DBF;
 }
</style>

background-color css

<style>
 a { background-color: #467DBF; }

 a { background-color: rgb(70,125,191); }

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

border-color css

<style>
 span { border-color: #467DBF; }

 span { border-color: rgb(70,125,191); }

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