Html Css Color HEX #4DBCC9 Viking

📋 copy color: '#4DBCC9'

red 77 ◦ green 188 ◦ blue 201

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

Shades of Viking #4DBCC9

Tints of Viking #4DBCC9

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40.34%

 BLUE value IS 201 (78.91% from 255) = 43.13%

R = 16.52%
G = 40.34%
B = 43.13%

CMYK

 C value IS 0.62

 M value IS 0.06

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4DBCC9 (or 0x4DBCC9) is known color: Viking. HEX triplet: 4D, BC and C9. RGB value is (77,188,201). Sum of RGB (Red+Green+Blue) = 77+188+201=466 (61% of max value = 765). Red value is 77 (30.47% from 255 or 16.52% from 466); Green value is 188 (73.83% from 255 or 40.34% from 466); Blue value is 201 (78.91% from 255 or 43.13% from 466); Max value from RGB is 201 - color contains mainly: blue. Hex color #4DBCC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DBCC9 is #B24336. Grayscale: #9C9C9C. Windows color (decimal): -11682615 or 13220941. OLE color: 13220941.

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

Color convert

RGB 77 188 201 -
CMYK 0.62 0.06 0 0.21
HSL 186.29º 0.53% 0.55% -
HSV(B) 186.29º 0.62% 0.79% -
XYZ 31.59 41.76 61.65 -
YUV 156.29 153.23 71.44 -
System Red Green Blue C M Y K H S L
Decimal 77 188 201 0.62 0.06 0 0.21 186.29 0.53 0.55
Hex 4D BC C9 3E 6 0 15 BA 35 37
Octal 115 274 311 76 6 0 25 272 65 67
Binary 1001101 10111100 11001001 111110 110 0 10101 10111010 110101 110111

Color Harmonies of #4DBCC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DBCC9

Black with #4DBCC9

Text Example


Text Example

White with #4DBCC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,188,201); }

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

background-color css

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

 a { background-color: rgb(77,188,201); }

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

border-color css

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

 span { border-color: rgb(77,188,201); }

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