Html Css Color HEX #4DB7CA Viking

📋 copy color: '#4DB7CA'

red 77 ◦ green 183 ◦ blue 202

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

Shades of Viking #4DB7CA

Tints of Viking #4DB7CA

RGB

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

 GREEN value IS 183 (71.88% from 255) = 39.61%

 BLUE value IS 202 (79.3% from 255) = 43.72%

R = 16.67%
G = 39.61%
B = 43.72%

CMYK

 C value IS 0.62

 M value IS 0.09

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4DB7CA (or 0x4DB7CA) is known color: Viking. HEX triplet: 4D, B7 and CA. RGB value is (77,183,202). Sum of RGB (Red+Green+Blue) = 77+183+202=462 (61% of max value = 765). Red value is 77 (30.47% from 255 or 16.67% from 462); Green value is 183 (71.88% from 255 or 39.61% from 462); Blue value is 202 (79.30% from 255 or 43.72% from 462); Max value from RGB is 202 - color contains mainly: blue. Hex color #4DB7CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DB7CA is #B24835. Grayscale: #999999. Windows color (decimal): -11683894 or 13285197. OLE color: 13285197.

HSL color Cylindrical-coordinate representation of color #4DB7CA: hue angle of 189.12º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DB7CA is Cyan = 0.62, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 77 183 202 -
CMYK 0.62 0.09 0 0.21
HSL 189.12º 0.54% 0.55% -
HSV(B) 189.12º 0.62% 0.79% -
XYZ 30.65 39.71 61.93 -
YUV 153.47 155.38 73.46 -
System Red Green Blue C M Y K H S L
Decimal 77 183 202 0.62 0.09 0 0.21 189.12 0.54 0.55
Hex 4D B7 CA 3E 9 0 15 BD 36 37
Octal 115 267 312 76 11 0 25 275 66 67
Binary 1001101 10110111 11001010 111110 1001 0 10101 10111101 110110 110111

Color Harmonies of #4DB7CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DB7CA

Black with #4DB7CA

Text Example


Text Example

White with #4DB7CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,183,202); }

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

background-color css

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

 a { background-color: rgb(77,183,202); }

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

border-color css

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

 span { border-color: rgb(77,183,202); }

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