Html Css Color HEX #4AB6BC Viking

📋 copy color: '#4AB6BC'

red 74 ◦ green 182 ◦ blue 188

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

Shades of Viking #4AB6BC

Tints of Viking #4AB6BC

RGB

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

 GREEN value IS 182 (71.48% from 255) = 40.99%

 BLUE value IS 188 (73.83% from 255) = 42.34%

R = 16.67%
G = 40.99%
B = 42.34%

CMYK

 C value IS 0.61

 M value IS 0.03

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4AB6BC (or 0x4AB6BC) is known color: Viking. HEX triplet: 4A, B6 and BC. RGB value is (74,182,188). Sum of RGB (Red+Green+Blue) = 74+182+188=444 (58% of max value = 765). Red value is 74 (29.30% from 255 or 16.67% from 444); Green value is 182 (71.48% from 255 or 40.99% from 444); Blue value is 188 (73.83% from 255 or 42.34% from 444); Max value from RGB is 188 - color contains mainly: blue. Hex color #4AB6BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AB6BC is #B54943. Grayscale: #969696. Windows color (decimal): -11880772 or 12367434. OLE color: 12367434.

HSL color Cylindrical-coordinate representation of color #4AB6BC: hue angle of 183.16º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4AB6BC is Cyan = 0.61, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 74 182 188 -
CMYK 0.61 0.03 0 0.26
HSL 183.16º 0.46% 0.51% -
HSV(B) 183.16º 0.61% 0.74% -
XYZ 28.63 38.54 53.51 -
YUV 150.39 149.22 73.51 -
System Red Green Blue C M Y K H S L
Decimal 74 182 188 0.61 0.03 0 0.26 183.16 0.46 0.51
Hex 4A B6 BC 3D 3 0 1A B7 2E 33
Octal 112 266 274 75 3 0 32 267 56 63
Binary 1001010 10110110 10111100 111101 11 0 11010 10110111 101110 110011

Color Harmonies of #4AB6BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AB6BC

Black with #4AB6BC

Text Example


Text Example

White with #4AB6BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,182,188); }

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

background-color css

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

 a { background-color: rgb(74,182,188); }

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

border-color css

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

 span { border-color: rgb(74,182,188); }

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