Html Css Color HEX #4AA9BC Viking

📋 copy color: '#4AA9BC'

red 74 ◦ green 169 ◦ blue 188

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

Shades of Viking #4AA9BC

Tints of Viking #4AA9BC

RGB

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

 GREEN value IS 169 (66.41% from 255) = 39.21%

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

R = 17.17%
G = 39.21%
B = 43.62%

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

#4AA9BC (or 0x4AA9BC) is known color: Viking. HEX triplet: 4A, A9 and BC. RGB value is (74,169,188). Sum of RGB (Red+Green+Blue) = 74+169+188=431 (57% of max value = 765). Red value is 74 (29.30% from 255 or 17.17% from 431); Green value is 169 (66.41% from 255 or 39.21% from 431); Blue value is 188 (73.83% from 255 or 43.62% from 431); Max value from RGB is 188 - color contains mainly: blue. Hex color #4AA9BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4AA9BC is #B55643. Grayscale: #8E8E8E. Windows color (decimal): -11884100 or 12364106. OLE color: 12364106.

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

Color convert

RGB 74 169 188 -
CMYK 0.61 0.10 0 0.26
HSL 190º 0.46% 0.51% -
HSV(B) 190º 0.61% 0.74% -
XYZ 26.09 33.46 52.66 -
YUV 142.76 153.53 78.96 -
System Red Green Blue C M Y K H S L
Decimal 74 169 188 0.61 0.10 0 0.26 190 0.46 0.51
Hex 4A A9 BC 3D A 0 1A BE 2E 33
Octal 112 251 274 75 12 0 32 276 56 63
Binary 1001010 10101001 10111100 111101 1010 0 11010 10111110 101110 110011

Color Harmonies of #4AA9BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AA9BC

Black with #4AA9BC

Text Example


Text Example

White with #4AA9BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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