Html Css Color HEX #4ABBD5 Viking

📋 copy color: '#4ABBD5'

red 74 ◦ green 187 ◦ blue 213

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

Shades of Viking #4ABBD5

Tints of Viking #4ABBD5

RGB

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

 GREEN value IS 187 (73.44% from 255) = 39.45%

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

R = 15.61%
G = 39.45%
B = 44.94%

CMYK

 C value IS 0.65

 M value IS 0.12

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#4ABBD5 (or 0x4ABBD5) is known color: Viking. HEX triplet: 4A, BB and D5. RGB value is (74,187,213). Sum of RGB (Red+Green+Blue) = 74+187+213=474 (62% of max value = 765). Red value is 74 (29.30% from 255 or 15.61% from 474); Green value is 187 (73.44% from 255 or 39.45% from 474); Blue value is 213 (83.59% from 255 or 44.94% from 474); Max value from RGB is 213 - color contains mainly: blue. Hex color #4ABBD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ABBD5 is #B5442A. Grayscale: #9B9B9B. Windows color (decimal): -11879467 or 14007114. OLE color: 14007114.

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

Color convert

RGB 74 187 213 -
CMYK 0.65 0.12 0 0.16
HSL 191.22º 0.62% 0.56% -
HSV(B) 191.22º 0.65% 0.84% -
XYZ 32.6 41.8 69.3 -
YUV 156.18 160.06 69.39 -
System Red Green Blue C M Y K H S L
Decimal 74 187 213 0.65 0.12 0 0.16 191.22 0.62 0.56
Hex 4A BB D5 41 C 0 10 BF 3E 38
Octal 112 273 325 101 14 0 20 277 76 70
Binary 1001010 10111011 11010101 1000001 1100 0 10000 10111111 111110 111000

Color Harmonies of #4ABBD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ABBD5

Black with #4ABBD5

Text Example


Text Example

White with #4ABBD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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