Html Css Color HEX #4DB1CA Viking

📋 copy color: '#4DB1CA'

red 77 ◦ green 177 ◦ blue 202

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

Shades of Viking #4DB1CA

Tints of Viking #4DB1CA

RGB

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

 GREEN value IS 177 (69.53% from 255) = 38.82%

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

R = 16.89%
G = 38.82%
B = 44.3%

CMYK

 C value IS 0.62

 M value IS 0.12

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4DB1CA (or 0x4DB1CA) is known color: Viking. HEX triplet: 4D, B1 and CA. RGB value is (77,177,202). Sum of RGB (Red+Green+Blue) = 77+177+202=456 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.89% from 456); Green value is 177 (69.53% from 255 or 38.82% from 456); Blue value is 202 (79.30% from 255 or 44.30% from 456); Max value from RGB is 202 - color contains mainly: blue. Hex color #4DB1CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DB1CA is #B24E35. Grayscale: #959595. Windows color (decimal): -11685430 or 13283661. OLE color: 13283661.

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

Color convert

RGB 77 177 202 -
CMYK 0.62 0.12 0 0.21
HSL 192º 0.54% 0.55% -
HSV(B) 192º 0.62% 0.79% -
XYZ 29.44 37.29 61.52 -
YUV 149.95 157.37 75.97 -
System Red Green Blue C M Y K H S L
Decimal 77 177 202 0.62 0.12 0 0.21 192 0.54 0.55
Hex 4D B1 CA 3E C 0 15 C0 36 37
Octal 115 261 312 76 14 0 25 300 66 67
Binary 1001101 10110001 11001010 111110 1100 0 10101 11000000 110110 110111

Color Harmonies of #4DB1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DB1CA

Black with #4DB1CA

Text Example


Text Example

White with #4DB1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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