Html Css Color HEX #4ABECC Viking

📋 copy color: '#4ABECC'

red 74 ◦ green 190 ◦ blue 204

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

Shades of Viking #4ABECC

Tints of Viking #4ABECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.59%

R = 15.81%
G = 40.6%
B = 43.59%

CMYK

 C value IS 0.64

 M value IS 0.07

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4ABECC (or 0x4ABECC) is known color: Viking. HEX triplet: 4A, BE and CC. RGB value is (74,190,204). Sum of RGB (Red+Green+Blue) = 74+190+204=468 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.81% from 468); Green value is 190 (74.61% from 255 or 40.60% from 468); Blue value is 204 (80.08% from 255 or 43.59% from 468); Max value from RGB is 204 - color contains mainly: blue. Hex color #4ABECC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ABECC is #B54133. Grayscale: #9C9C9C. Windows color (decimal): -11878708 or 13418058. OLE color: 13418058.

HSL color Cylindrical-coordinate representation of color #4ABECC: hue angle of 186.46º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4ABECC is Cyan = 0.64, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 74 190 204 -
CMYK 0.64 0.07 0 0.2
HSL 186.46º 0.56% 0.55% -
HSV(B) 186.46º 0.64% 0.8% -
XYZ 32.14 42.64 63.66 -
YUV 156.91 154.57 68.86 -
System Red Green Blue C M Y K H S L
Decimal 74 190 204 0.64 0.07 0 0.2 186.46 0.56 0.55
Hex 4A BE CC 40 7 0 14 BA 38 37
Octal 112 276 314 100 7 0 24 272 70 67
Binary 1001010 10111110 11001100 1000000 111 0 10100 10111010 111000 110111

Color Harmonies of #4ABECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ABECC

Black with #4ABECC

Text Example


Text Example

White with #4ABECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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