Html Css Color HEX #4DB4CD Viking

📋 copy color: '#4DB4CD'

red 77 ◦ green 180 ◦ blue 205

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

Shades of Viking #4DB4CD

Tints of Viking #4DB4CD

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.96%

 BLUE value IS 205 (80.47% from 255) = 44.37%

R = 16.67%
G = 38.96%
B = 44.37%

CMYK

 C value IS 0.62

 M value IS 0.12

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4DB4CD (or 0x4DB4CD) is known color: Viking. HEX triplet: 4D, B4 and CD. RGB value is (77,180,205). Sum of RGB (Red+Green+Blue) = 77+180+205=462 (61% of max value = 765). Red value is 77 (30.47% from 255 or 16.67% from 462); Green value is 180 (70.70% from 255 or 38.96% from 462); Blue value is 205 (80.47% from 255 or 44.37% from 462); Max value from RGB is 205 - color contains mainly: blue. Hex color #4DB4CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DB4CD is #B24B32. Grayscale: #979797. Windows color (decimal): -11684659 or 13481037. OLE color: 13481037.

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

Color convert

RGB 77 180 205 -
CMYK 0.62 0.12 0 0.20
HSL 191.72º 0.56% 0.55% -
HSV(B) 191.72º 0.62% 0.8% -
XYZ 30.4 38.63 63.61 -
YUV 152.05 157.88 74.47 -
System Red Green Blue C M Y K H S L
Decimal 77 180 205 0.62 0.12 0 0.20 191.72 0.56 0.55
Hex 4D B4 CD 3E C 0 14 C0 38 37
Octal 115 264 315 76 14 0 24 300 70 67
Binary 1001101 10110100 11001101 111110 1100 0 10100 11000000 111000 110111

Color Harmonies of #4DB4CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DB4CD

Black with #4DB4CD

Text Example


Text Example

White with #4DB4CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,180,205); }

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

background-color css

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

 a { background-color: rgb(77,180,205); }

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

border-color css

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

 span { border-color: rgb(77,180,205); }

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