Html Css Color HEX #4DB2CD Viking

📋 copy color: '#4DB2CD'

red 77 ◦ green 178 ◦ blue 205

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

Shades of Viking #4DB2CD

Tints of Viking #4DB2CD

RGB

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

 GREEN value IS 178 (69.92% from 255) = 38.7%

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

R = 16.74%
G = 38.7%
B = 44.57%

CMYK

 C value IS 0.62

 M value IS 0.13

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4DB2CD (or 0x4DB2CD) is known color: Viking. HEX triplet: 4D, B2 and CD. RGB value is (77,178,205). Sum of RGB (Red+Green+Blue) = 77+178+205=460 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.74% from 460); Green value is 178 (69.92% from 255 or 38.70% from 460); Blue value is 205 (80.47% from 255 or 44.57% from 460); Max value from RGB is 205 - color contains mainly: blue. Hex color #4DB2CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DB2CD is #B24D32. Grayscale: #969696. Windows color (decimal): -11685171 or 13480525. OLE color: 13480525.

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

Color convert

RGB 77 178 205 -
CMYK 0.62 0.13 0 0.20
HSL 192.66º 0.56% 0.55% -
HSV(B) 192.66º 0.62% 0.8% -
XYZ 30 37.83 63.48 -
YUV 150.88 158.54 75.3 -
System Red Green Blue C M Y K H S L
Decimal 77 178 205 0.62 0.13 0 0.20 192.66 0.56 0.55
Hex 4D B2 CD 3E D 0 14 C1 38 37
Octal 115 262 315 76 15 0 24 301 70 67
Binary 1001101 10110010 11001101 111110 1101 0 10100 11000001 111000 110111

Color Harmonies of #4DB2CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DB2CD

Black with #4DB2CD

Text Example


Text Example

White with #4DB2CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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