Html Css Color HEX #4ABAD2 Viking

📋 copy color: '#4ABAD2'

red 74 ◦ green 186 ◦ blue 210

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

Shades of Viking #4ABAD2

Tints of Viking #4ABAD2

RGB

 RED value IS 74 (29.3% from 255) = 15.74%

 GREEN value IS 186 (73.05% from 255) = 39.57%

 BLUE value IS 210 (82.42% from 255) = 44.68%

R = 15.74%
G = 39.57%
B = 44.68%

CMYK

 C value IS 0.65

 M value IS 0.11

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#4ABAD2 (or 0x4ABAD2) is known color: Viking. HEX triplet: 4A, BA and D2. RGB value is (74,186,210). Sum of RGB (Red+Green+Blue) = 74+186+210=470 (62% of max value = 765). Red value is 74 (29.30% from 255 or 15.74% from 470); Green value is 186 (73.05% from 255 or 39.57% from 470); Blue value is 210 (82.42% from 255 or 44.68% from 470); Max value from RGB is 210 - color contains mainly: blue. Hex color #4ABAD2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ABAD2 is #B5452D. Grayscale: #9B9B9B. Windows color (decimal): -11879726 or 13810250. OLE color: 13810250.

HSL color Cylindrical-coordinate representation of color #4ABAD2: hue angle of 190.59º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4ABAD2 is Cyan = 0.65, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 74 186 210 -
CMYK 0.65 0.11 0 0.18
HSL 190.59º 0.6% 0.56% -
HSV(B) 190.59º 0.65% 0.82% -
XYZ 32.02 41.23 67.24 -
YUV 155.25 158.89 70.05 -
System Red Green Blue C M Y K H S L
Decimal 74 186 210 0.65 0.11 0 0.18 190.59 0.6 0.56
Hex 4A BA D2 41 B 0 12 BF 3C 38
Octal 112 272 322 101 13 0 22 277 74 70
Binary 1001010 10111010 11010010 1000001 1011 0 10010 10111111 111100 111000

Color Harmonies of #4ABAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ABAD2

Black with #4ABAD2

Text Example


Text Example

White with #4ABAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,186,210); }

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

background-color css

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

 a { background-color: rgb(74,186,210); }

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

border-color css

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

 span { border-color: rgb(74,186,210); }

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