Html Css Color HEX #4AAABC Viking

📋 copy color: '#4AAABC'

red 74 ◦ green 170 ◦ blue 188

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

Shades of Viking #4AAABC

Tints of Viking #4AAABC

RGB

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

 GREEN value IS 170 (66.8% from 255) = 39.35%

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

R = 17.13%
G = 39.35%
B = 43.52%

CMYK

 C value IS 0.61

 M value IS 0.10

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4AAABC (or 0x4AAABC) is known color: Viking. HEX triplet: 4A, AA and BC. RGB value is (74,170,188). Sum of RGB (Red+Green+Blue) = 74+170+188=432 (57% of max value = 765). Red value is 74 (29.30% from 255 or 17.13% from 432); Green value is 170 (66.80% from 255 or 39.35% from 432); Blue value is 188 (73.83% from 255 or 43.52% from 432); Max value from RGB is 188 - color contains mainly: blue. Hex color #4AAABC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4AAABC is #B55543. Grayscale: #8F8F8F. Windows color (decimal): -11883844 or 12364362. OLE color: 12364362.

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

Color convert

RGB 74 170 188 -
CMYK 0.61 0.10 0 0.26
HSL 189.47º 0.46% 0.51% -
HSV(B) 189.47º 0.61% 0.74% -
XYZ 26.28 33.84 52.72 -
YUV 143.35 153.2 78.54 -
System Red Green Blue C M Y K H S L
Decimal 74 170 188 0.61 0.10 0 0.26 189.47 0.46 0.51
Hex 4A AA BC 3D A 0 1A BD 2E 33
Octal 112 252 274 75 12 0 32 275 56 63
Binary 1001010 10101010 10111100 111101 1010 0 11010 10111101 101110 110011

Color Harmonies of #4AAABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AAABC

Black with #4AAABC

Text Example


Text Example

White with #4AAABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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