#4D8FCB

Color #4D8FCB Danube (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Danube #4D8FCB

Tints of Danube #4D8FCB

Color information

#4D8FCB (or 0x4D8FCB) is unknown color: approx Danube. HEX triplet: 4D, 8F and CB. RGB value is (77,143,203). Sum of RGB (Red+Green+Blue) = 77+143+203=423 (56% of max value = 765). Red value is 77 (30.47% from 255 or 18.20% from 423); Green value is 143 (56.25% from 255 or 33.81% from 423); Blue value is 203 (79.69% from 255 or 47.99% from 423); Max value from RGB is 203 - color contains mainly: blue. Hex color #4D8FCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D8FCB is #B27034. Grayscale: #818181. Windows color (decimal): -11694133 or 13340493. OLE color: 13340493.

HSL color Cylindrical-coordinate representation of color #4D8FCB: hue angle of 208.57º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4D8FCB is Cyan = 0.62, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB77143203-
CMYK0.620.3000.20
HSL208.57º54.78%54.9%-
HSV(B)208.57º62.07%79.61%-
XYZ23.6625.5360.18-
YUV130.11169.1390.12-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 18.20%
GREEN value IS 143 (56.25% from 255) = 33.81%
BLUE value IS 203 (79.69% from 255) = 47.99%
R=18.20%
G=33.81%
B=47.99%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal771432030.620.3000.20208.5754.7854.9
Hex4D8FCB3E1E014d13737
Octal11521731376360243216767
Binary100110110001111110010111111101111001010011010001110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D8FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4D8FCB;
 }
 .AnyTagClassName
 {
   color: #4D8FCB;
 }
</style>
background-color css

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

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

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

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

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

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