Html Css Color HEX #4DABBE Viking

📋 copy color: '#4DABBE'

red 77 ◦ green 171 ◦ blue 190

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

Shades of Viking #4DABBE

Tints of Viking #4DABBE

RGB

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

 GREEN value IS 171 (67.19% from 255) = 39.04%

 BLUE value IS 190 (74.61% from 255) = 43.38%

R = 17.58%
G = 39.04%
B = 43.38%

CMYK

 C value IS 0.59

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4DABBE (or 0x4DABBE) is known color: Viking. HEX triplet: 4D, AB and BE. RGB value is (77,171,190). Sum of RGB (Red+Green+Blue) = 77+171+190=438 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.58% from 438); Green value is 171 (67.19% from 255 or 39.04% from 438); Blue value is 190 (74.61% from 255 or 43.38% from 438); Max value from RGB is 190 - color contains mainly: blue. Hex color #4DABBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DABBE is #B25441. Grayscale: #909090. Windows color (decimal): -11686978 or 12495693. OLE color: 12495693.

HSL color Cylindrical-coordinate representation of color #4DABBE: hue angle of 190.09º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4DABBE is Cyan = 0.59, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 77 171 190 -
CMYK 0.59 0.10 0 0.25
HSL 190.09º 0.47% 0.52% -
HSV(B) 190.09º 0.59% 0.75% -
XYZ 26.92 34.42 53.94 -
YUV 145.06 153.36 79.46 -
System Red Green Blue C M Y K H S L
Decimal 77 171 190 0.59 0.10 0 0.25 190.09 0.47 0.52
Hex 4D AB BE 3B A 0 19 BE 2F 34
Octal 115 253 276 73 12 0 31 276 57 64
Binary 1001101 10101011 10111110 111011 1010 0 11001 10111110 101111 110100

Color Harmonies of #4DABBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DABBE

Black with #4DABBE

Text Example


Text Example

White with #4DABBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,171,190); }

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

background-color css

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

 a { background-color: rgb(77,171,190); }

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

border-color css

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

 span { border-color: rgb(77,171,190); }

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