#4DB9CC

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

Shades of Viking #4DB9CC

Tints of Viking #4DB9CC

Color information

#4DB9CC (or 0x4DB9CC) is unknown color: approx Viking. HEX triplet: 4D, B9 and CC. RGB value is (77,185,204). Sum of RGB (Red+Green+Blue) = 77+185+204=466 (61% of max value = 765). Red value is 77 (30.47% from 255 or 16.52% from 466); Green value is 185 (72.66% from 255 or 39.70% from 466); Blue value is 204 (80.08% from 255 or 43.78% from 466); Max value from RGB is 204 - color contains mainly: blue. Hex color #4DB9CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DB9CC is #B24633. Grayscale: #9A9A9A. Windows color (decimal): -11683380 or 13416781. OLE color: 13416781.

HSL color Cylindrical-coordinate representation of color #4DB9CC: hue angle of 188.98º 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 #4DB9CC is Cyan = 0.62, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB77185204-
CMYK0.620.0900.2
HSL188.98º55.46%55.1%-
HSV(B)188.98º62.25%80%-
XYZ31.3140.6463.32-
YUV154.87155.7272.46-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 16.52%
GREEN value IS 185 (72.66% from 255) = 39.70%
BLUE value IS 204 (80.08% from 255) = 43.78%
R=16.52%
G=39.70%
B=43.78%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal771852040.620.0900.2188.9855.4655.1
Hex4DB9CC3E9014bd3737
Octal11527131476110242756767
Binary10011011011100111001100111110100101010010111101110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DB9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,185,204); }

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

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

 a { background-color: rgb(77,185,204); }

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

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

 span { border-color: rgb(77,185,204); }

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