Html Css Color HEX #4D8FBE Steel Blue

📋 copy color: '#4D8FBE'

red 77 ◦ green 143 ◦ blue 190

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

Shades of Steel Blue #4D8FBE

Tints of Steel Blue #4D8FBE

RGB

 RED value IS 77 (30.47% from 255) = 18.78%

 GREEN value IS 143 (56.25% from 255) = 34.88%

 BLUE value IS 190 (74.61% from 255) = 46.34%

R = 18.78%
G = 34.88%
B = 46.34%

CMYK

 C value IS 0.59

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4D8FBE (or 0x4D8FBE) is known color: Steel Blue. HEX triplet: 4D, 8F and BE. RGB value is (77,143,190). Sum of RGB (Red+Green+Blue) = 77+143+190=410 (54% of max value = 765). Red value is 77 (30.47% from 255 or 18.78% from 410); Green value is 143 (56.25% from 255 or 34.88% from 410); Blue value is 190 (74.61% from 255 or 46.34% from 410); Max value from RGB is 190 - color contains mainly: blue. Hex color #4D8FBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D8FBE is #B27041. Grayscale: #808080. Windows color (decimal): -11694146 or 12488525. OLE color: 12488525.

HSL color Cylindrical-coordinate representation of color #4D8FBE: hue angle of 204.96º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4D8FBE is Cyan = 0.59, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 77 143 190 -
CMYK 0.59 0.25 0 0.25
HSL 204.96º 0.47% 0.52% -
HSV(B) 204.96º 0.59% 0.75% -
XYZ 22.18 24.94 52.36 -
YUV 128.62 162.63 91.18 -
System Red Green Blue C M Y K H S L
Decimal 77 143 190 0.59 0.25 0 0.25 204.96 0.47 0.52
Hex 4D 8F BE 3B 19 0 19 CD 2F 34
Octal 115 217 276 73 31 0 31 315 57 64
Binary 1001101 10001111 10111110 111011 11001 0 11001 11001101 101111 110100

Color Harmonies of #4D8FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D8FBE

Black with #4D8FBE

Text Example


Text Example

White with #4D8FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4D8FBE; }

 p { color: rgb(77,143,190); }

 H1.HeaderClassName
 {
   color: #4D8FBE;
 }
 .AnyTagClassName
 {
   color: #4D8FBE;
 }
</style>

background-color css

<style>
 a { background-color: #4D8FBE; }

 a { background-color: rgb(77,143,190); }

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

border-color css

<style>
 span { border-color: #4D8FBE; }

 span { border-color: rgb(77,143,190); }

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