Html Css Color HEX #4DB5CD Viking

📋 copy color: '#4DB5CD'

red 77 ◦ green 181 ◦ blue 205

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

Shades of Viking #4DB5CD

Tints of Viking #4DB5CD

RGB

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

 GREEN value IS 181 (71.09% from 255) = 39.09%

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

R = 16.63%
G = 39.09%
B = 44.28%

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

#4DB5CD (or 0x4DB5CD) is known color: Viking. HEX triplet: 4D, B5 and CD. RGB value is (77,181,205). Sum of RGB (Red+Green+Blue) = 77+181+205=463 (61% of max value = 765). Red value is 77 (30.47% from 255 or 16.63% from 463); Green value is 181 (71.09% from 255 or 39.09% from 463); Blue value is 205 (80.47% from 255 or 44.28% from 463); Max value from RGB is 205 - color contains mainly: blue. Hex color #4DB5CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DB5CD is #B24A32. Grayscale: #989898. Windows color (decimal): -11684403 or 13481293. OLE color: 13481293.

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

Color convert

RGB 77 181 205 -
CMYK 0.62 0.12 0 0.20
HSL 191.25º 0.56% 0.55% -
HSV(B) 191.25º 0.62% 0.8% -
XYZ 30.6 39.03 63.68 -
YUV 152.64 157.54 74.05 -
System Red Green Blue C M Y K H S L
Decimal 77 181 205 0.62 0.12 0 0.20 191.25 0.56 0.55
Hex 4D B5 CD 3E C 0 14 BF 38 37
Octal 115 265 315 76 14 0 24 277 70 67
Binary 1001101 10110101 11001101 111110 1100 0 10100 10111111 111000 110111

Color Harmonies of #4DB5CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DB5CD

Black with #4DB5CD

Text Example


Text Example

White with #4DB5CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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