Html Css Color HEX #4AB9BD Viking

📋 copy color: '#4AB9BD'

red 74 ◦ green 185 ◦ blue 189

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

Shades of Viking #4AB9BD

Tints of Viking #4AB9BD

RGB

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

 GREEN value IS 185 (72.66% from 255) = 41.29%

 BLUE value IS 189 (74.22% from 255) = 42.19%

R = 16.52%
G = 41.29%
B = 42.19%

CMYK

 C value IS 0.61

 M value IS 0.02

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4AB9BD (or 0x4AB9BD) is known color: Viking. HEX triplet: 4A, B9 and BD. RGB value is (74,185,189). Sum of RGB (Red+Green+Blue) = 74+185+189=448 (59% of max value = 765). Red value is 74 (29.30% from 255 or 16.52% from 448); Green value is 185 (72.66% from 255 or 41.29% from 448); Blue value is 189 (74.22% from 255 or 42.19% from 448); Max value from RGB is 189 - color contains mainly: blue. Hex color #4AB9BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AB9BD is #B54642. Grayscale: #989898. Windows color (decimal): -11880003 or 12433738. OLE color: 12433738.

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

Color convert

RGB 74 185 189 -
CMYK 0.61 0.02 0 0.26
HSL 182.09º 0.47% 0.52% -
HSV(B) 182.09º 0.61% 0.74% -
XYZ 29.36 39.83 54.28 -
YUV 152.27 148.73 72.17 -
System Red Green Blue C M Y K H S L
Decimal 74 185 189 0.61 0.02 0 0.26 182.09 0.47 0.52
Hex 4A B9 BD 3D 2 0 1A B6 2F 34
Octal 112 271 275 75 2 0 32 266 57 64
Binary 1001010 10111001 10111101 111101 10 0 11010 10110110 101111 110100

Color Harmonies of #4AB9BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AB9BD

Black with #4AB9BD

Text Example


Text Example

White with #4AB9BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,185,189); }

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

background-color css

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

 a { background-color: rgb(74,185,189); }

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

border-color css

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

 span { border-color: rgb(74,185,189); }

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