Html Css Color HEX #4ABFCB Viking

📋 copy color: '#4ABFCB'

red 74 ◦ green 191 ◦ blue 203

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

Shades of Viking #4ABFCB

Tints of Viking #4ABFCB

RGB

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

 GREEN value IS 191 (75% from 255) = 40.81%

 BLUE value IS 203 (79.69% from 255) = 43.38%

R = 15.81%
G = 40.81%
B = 43.38%

CMYK

 C value IS 0.64

 M value IS 0.06

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4ABFCB (or 0x4ABFCB) is known color: Viking. HEX triplet: 4A, BF and CB. RGB value is (74,191,203). Sum of RGB (Red+Green+Blue) = 74+191+203=468 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.81% from 468); Green value is 191 (75% from 255 or 40.81% from 468); Blue value is 203 (79.69% from 255 or 43.38% from 468); Max value from RGB is 203 - color contains mainly: blue. Hex color #4ABFCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ABFCB is #B54034. Grayscale: #9D9D9D. Windows color (decimal): -11878453 or 13352778. OLE color: 13352778.

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

Color convert

RGB 74 191 203 -
CMYK 0.64 0.06 0 0.20
HSL 185.58º 0.55% 0.54% -
HSV(B) 185.58º 0.64% 0.8% -
XYZ 32.23 43.03 63.11 -
YUV 157.39 153.74 68.52 -
System Red Green Blue C M Y K H S L
Decimal 74 191 203 0.64 0.06 0 0.20 185.58 0.55 0.54
Hex 4A BF CB 40 6 0 14 BA 37 36
Octal 112 277 313 100 6 0 24 272 67 66
Binary 1001010 10111111 11001011 1000000 110 0 10100 10111010 110111 110110

Color Harmonies of #4ABFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ABFCB

Black with #4ABFCB

Text Example


Text Example

White with #4ABFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,191,203); }

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

background-color css

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

 a { background-color: rgb(74,191,203); }

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

border-color css

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

 span { border-color: rgb(74,191,203); }

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