Html Css Color HEX #4ABECF Viking

📋 copy color: '#4ABECF'

red 74 ◦ green 190 ◦ blue 207

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

Shades of Viking #4ABECF

Tints of Viking #4ABECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.95%

R = 15.71%
G = 40.34%
B = 43.95%

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

#4ABECF (or 0x4ABECF) is known color: Viking. HEX triplet: 4A, BE and CF. RGB value is (74,190,207). Sum of RGB (Red+Green+Blue) = 74+190+207=471 (62% of max value = 765). Red value is 74 (29.30% from 255 or 15.71% from 471); Green value is 190 (74.61% from 255 or 40.34% from 471); Blue value is 207 (81.25% from 255 or 43.95% from 471); Max value from RGB is 207 - color contains mainly: blue. Hex color #4ABECF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ABECF is #B54130. Grayscale: #9D9D9D. Windows color (decimal): -11878705 or 13614666. OLE color: 13614666.

HSL color Cylindrical-coordinate representation of color #4ABECF: hue angle of 187.67º degrees, saturation: 0.58, 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 #4ABECF is Cyan = 0.64, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 74 190 207 -
CMYK 0.64 0.08 0 0.19
HSL 187.67º 0.58% 0.55% -
HSV(B) 187.67º 0.64% 0.81% -
XYZ 32.5 42.79 65.58 -
YUV 157.25 156.07 68.62 -
System Red Green Blue C M Y K H S L
Decimal 74 190 207 0.64 0.08 0 0.19 187.67 0.58 0.55
Hex 4A BE CF 40 8 0 13 BC 3A 37
Octal 112 276 317 100 10 0 23 274 72 67
Binary 1001010 10111110 11001111 1000000 1000 0 10011 10111100 111010 110111

Color Harmonies of #4ABECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ABECF

Black with #4ABECF

Text Example


Text Example

White with #4ABECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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