#4DAFCB

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

Shades of Viking #4DAFCB

Tints of Viking #4DAFCB

Color information

#4DAFCB (or 0x4DAFCB) is unknown color: approx Viking. HEX triplet: 4D, AF and CB. RGB value is (77,175,203). Sum of RGB (Red+Green+Blue) = 77+175+203=455 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.92% from 455); Green value is 175 (68.75% from 255 or 38.46% from 455); Blue value is 203 (79.69% from 255 or 44.62% from 455); Max value from RGB is 203 - color contains mainly: blue. Hex color #4DAFCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DAFCB is #B25034. Grayscale: #949494. Windows color (decimal): -11685941 or 13348685. OLE color: 13348685.

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

Color convert

RGB77175203-
CMYK0.620.1400.20
HSL193.33º54.78%54.9%-
HSV(B)193.33º62.07%79.61%-
XYZ29.1736.5562.02-
YUV148.89158.5376.72-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 16.92%
GREEN value IS 175 (68.75% from 255) = 38.46%
BLUE value IS 203 (79.69% from 255) = 44.62%
R=16.92%
G=38.46%
B=44.62%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal771752030.620.1400.20193.3354.7854.9
Hex4DAFCB3EE014c13737
Octal11525731376160243016767
Binary10011011010111111001011111110111001010011000001110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DAFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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