Html Css Color HEX #4ABECE Viking

📋 copy color: '#4ABECE'

red 74 ◦ green 190 ◦ blue 206

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

Shades of Viking #4ABECE

Tints of Viking #4ABECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.83%

R = 15.74%
G = 40.43%
B = 43.83%

CMYK

 C value IS 0.64

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4ABECE (or 0x4ABECE) is known color: Viking. HEX triplet: 4A, BE and CE. RGB value is (74,190,206). Sum of RGB (Red+Green+Blue) = 74+190+206=470 (62% of max value = 765). Red value is 74 (29.30% from 255 or 15.74% from 470); Green value is 190 (74.61% from 255 or 40.43% from 470); Blue value is 206 (80.86% from 255 or 43.83% from 470); Max value from RGB is 206 - color contains mainly: blue. Hex color #4ABECE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ABECE is #B54131. Grayscale: #9C9C9C. Windows color (decimal): -11878706 or 13549130. OLE color: 13549130.

HSL color Cylindrical-coordinate representation of color #4ABECE: hue angle of 187.27º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4ABECE is Cyan = 0.64, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 74 190 206 -
CMYK 0.64 0.08 0 0.19
HSL 187.27º 0.57% 0.55% -
HSV(B) 187.27º 0.64% 0.81% -
XYZ 32.38 42.74 64.94 -
YUV 157.14 155.57 68.7 -
System Red Green Blue C M Y K H S L
Decimal 74 190 206 0.64 0.08 0 0.19 187.27 0.57 0.55
Hex 4A BE CE 40 8 0 13 BB 39 37
Octal 112 276 316 100 10 0 23 273 71 67
Binary 1001010 10111110 11001110 1000000 1000 0 10011 10111011 111001 110111

Color Harmonies of #4ABECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ABECE

Black with #4ABECE

Text Example


Text Example

White with #4ABECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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