Html Css Color HEX #4DB8CA Viking

📋 copy color: '#4DB8CA'

red 77 ◦ green 184 ◦ blue 202

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

Shades of Viking #4DB8CA

Tints of Viking #4DB8CA

RGB

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

 GREEN value IS 184 (72.27% from 255) = 39.74%

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

R = 16.63%
G = 39.74%
B = 43.63%

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

#4DB8CA (or 0x4DB8CA) is known color: Viking. HEX triplet: 4D, B8 and CA. RGB value is (77,184,202). Sum of RGB (Red+Green+Blue) = 77+184+202=463 (61% of max value = 765). Red value is 77 (30.47% from 255 or 16.63% from 463); Green value is 184 (72.27% from 255 or 39.74% from 463); Blue value is 202 (79.30% from 255 or 43.63% from 463); Max value from RGB is 202 - color contains mainly: blue. Hex color #4DB8CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DB8CA is #B24735. Grayscale: #999999. Windows color (decimal): -11683638 or 13285453. OLE color: 13285453.

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

Color convert

RGB 77 184 202 -
CMYK 0.62 0.09 0 0.21
HSL 188.64º 0.54% 0.55% -
HSV(B) 188.64º 0.62% 0.79% -
XYZ 30.86 40.12 62 -
YUV 154.06 155.05 73.04 -
System Red Green Blue C M Y K H S L
Decimal 77 184 202 0.62 0.09 0 0.21 188.64 0.54 0.55
Hex 4D B8 CA 3E 9 0 15 BD 36 37
Octal 115 270 312 76 11 0 25 275 66 67
Binary 1001101 10111000 11001010 111110 1001 0 10101 10111101 110110 110111

Color Harmonies of #4DB8CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DB8CA

Black with #4DB8CA

Text Example


Text Example

White with #4DB8CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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