Html Css Color HEX #4C8FBE Steel Blue

📋 copy color: '#4C8FBE'

red 76 ◦ green 143 ◦ blue 190

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

Shades of Steel Blue #4C8FBE

Tints of Steel Blue #4C8FBE

RGB

 RED value IS 76 (30.08% from 255) = 18.58%

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

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

R = 18.58%
G = 34.96%
B = 46.45%

CMYK

 C value IS 0.60

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4C8FBE (or 0x4C8FBE) is known color: Steel Blue. HEX triplet: 4C, 8F and BE. RGB value is (76,143,190). Sum of RGB (Red+Green+Blue) = 76+143+190=409 (54% of max value = 765). Red value is 76 (30.08% from 255 or 18.58% from 409); Green value is 143 (56.25% from 255 or 34.96% from 409); Blue value is 190 (74.61% from 255 or 46.45% from 409); Max value from RGB is 190 - color contains mainly: blue. Hex color #4C8FBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C8FBE is #B37041. Grayscale: #808080. Windows color (decimal): -11759682 or 12488524. OLE color: 12488524.

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

Color convert

RGB 76 143 190 -
CMYK 0.60 0.25 0 0.25
HSL 204.74º 0.47% 0.52% -
HSV(B) 204.74º 0.6% 0.75% -
XYZ 22.1 24.9 52.36 -
YUV 128.33 162.8 90.68 -
System Red Green Blue C M Y K H S L
Decimal 76 143 190 0.60 0.25 0 0.25 204.74 0.47 0.52
Hex 4C 8F BE 3C 19 0 19 CD 2F 34
Octal 114 217 276 74 31 0 31 315 57 64
Binary 1001100 10001111 10111110 111100 11001 0 11001 11001101 101111 110100

Color Harmonies of #4C8FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C8FBE

Black with #4C8FBE

Text Example


Text Example

White with #4C8FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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