Html Css Color HEX #4ABED5 Viking

📋 copy color: '#4ABED5'

red 74 ◦ green 190 ◦ blue 213

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

Shades of Viking #4ABED5

Tints of Viking #4ABED5

RGB

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

 GREEN value IS 190 (74.61% from 255) = 39.83%

 BLUE value IS 213 (83.59% from 255) = 44.65%

R = 15.51%
G = 39.83%
B = 44.65%

CMYK

 C value IS 0.65

 M value IS 0.11

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#4ABED5 (or 0x4ABED5) is known color: Viking. HEX triplet: 4A, BE and D5. RGB value is (74,190,213). Sum of RGB (Red+Green+Blue) = 74+190+213=477 (63% of max value = 765). Red value is 74 (29.30% from 255 or 15.51% from 477); Green value is 190 (74.61% from 255 or 39.83% from 477); Blue value is 213 (83.59% from 255 or 44.65% from 477); Max value from RGB is 213 - color contains mainly: blue. Hex color #4ABED5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ABED5 is #B5412A. Grayscale: #9D9D9D. Windows color (decimal): -11878699 or 14007882. OLE color: 14007882.

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

Color convert

RGB 74 190 213 -
CMYK 0.65 0.11 0 0.16
HSL 189.93º 0.62% 0.56% -
HSV(B) 189.93º 0.65% 0.84% -
XYZ 33.25 43.09 69.52 -
YUV 157.94 159.07 68.13 -
System Red Green Blue C M Y K H S L
Decimal 74 190 213 0.65 0.11 0 0.16 189.93 0.62 0.56
Hex 4A BE D5 41 B 0 10 BE 3E 38
Octal 112 276 325 101 13 0 20 276 76 70
Binary 1001010 10111110 11010101 1000001 1011 0 10000 10111110 111110 111000

Color Harmonies of #4ABED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ABED5

Black with #4ABED5

Text Example


Text Example

White with #4ABED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,190,213); }

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

background-color css

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

 a { background-color: rgb(74,190,213); }

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

border-color css

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

 span { border-color: rgb(74,190,213); }

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