Html Css Color HEX #4AB4BD Viking

📋 copy color: '#4AB4BD'

red 74 ◦ green 180 ◦ blue 189

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

Shades of Viking #4AB4BD

Tints of Viking #4AB4BD

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40.63%

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

R = 16.7%
G = 40.63%
B = 42.66%

CMYK

 C value IS 0.61

 M value IS 0.05

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4AB4BD (or 0x4AB4BD) is known color: Viking. HEX triplet: 4A, B4 and BD. RGB value is (74,180,189). Sum of RGB (Red+Green+Blue) = 74+180+189=443 (58% of max value = 765). Red value is 74 (29.30% from 255 or 16.70% from 443); Green value is 180 (70.70% from 255 or 40.63% from 443); Blue value is 189 (74.22% from 255 or 42.66% from 443); Max value from RGB is 189 - color contains mainly: blue. Hex color #4AB4BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AB4BD is #B54B42. Grayscale: #959595. Windows color (decimal): -11881283 or 12432458. OLE color: 12432458.

HSL color Cylindrical-coordinate representation of color #4AB4BD: hue angle of 184.7º 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 #4AB4BD is Cyan = 0.61, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 74 180 189 -
CMYK 0.61 0.05 0 0.26
HSL 184.7º 0.47% 0.52% -
HSV(B) 184.7º 0.61% 0.74% -
XYZ 28.33 37.77 53.94 -
YUV 149.33 150.38 74.27 -
System Red Green Blue C M Y K H S L
Decimal 74 180 189 0.61 0.05 0 0.26 184.7 0.47 0.52
Hex 4A B4 BD 3D 5 0 1A B9 2F 34
Octal 112 264 275 75 5 0 32 271 57 64
Binary 1001010 10110100 10111101 111101 101 0 11010 10111001 101111 110100

Color Harmonies of #4AB4BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AB4BD

Black with #4AB4BD

Text Example


Text Example

White with #4AB4BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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