Html Css Color HEX #4DABCC Viking

📋 copy color: '#4DABCC'

red 77 ◦ green 171 ◦ blue 204

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

Shades of Viking #4DABCC

Tints of Viking #4DABCC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.83%

 BLUE value IS 204 (80.08% from 255) = 45.13%

R = 17.04%
G = 37.83%
B = 45.13%

CMYK

 C value IS 0.62

 M value IS 0.16

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4DABCC (or 0x4DABCC) is known color: Viking. HEX triplet: 4D, AB and CC. RGB value is (77,171,204). Sum of RGB (Red+Green+Blue) = 77+171+204=452 (59% of max value = 765). Red value is 77 (30.47% from 255 or 17.04% from 452); Green value is 171 (67.19% from 255 or 37.83% from 452); Blue value is 204 (80.08% from 255 or 45.13% from 452); Max value from RGB is 204 - color contains mainly: blue. Hex color #4DABCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DABCC is #B25433. Grayscale: #929292. Windows color (decimal): -11686964 or 13413197. OLE color: 13413197.

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

Color convert

RGB 77 171 204 -
CMYK 0.62 0.16 0 0.2
HSL 195.59º 0.55% 0.55% -
HSV(B) 195.59º 0.62% 0.8% -
XYZ 28.52 35.06 62.39 -
YUV 146.66 160.36 78.32 -
System Red Green Blue C M Y K H S L
Decimal 77 171 204 0.62 0.16 0 0.2 195.59 0.55 0.55
Hex 4D AB CC 3E 10 0 14 C4 37 37
Octal 115 253 314 76 20 0 24 304 67 67
Binary 1001101 10101011 11001100 111110 10000 0 10100 11000100 110111 110111

Color Harmonies of #4DABCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DABCC

Black with #4DABCC

Text Example


Text Example

White with #4DABCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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