Html Css Color HEX #4AABBC Viking

📋 copy color: '#4AABBC'

red 74 ◦ green 171 ◦ blue 188

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

Shades of Viking #4AABBC

Tints of Viking #4AABBC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 39.49%

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

R = 17.09%
G = 39.49%
B = 43.42%

CMYK

 C value IS 0.61

 M value IS 0.09

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4AABBC (or 0x4AABBC) is known color: Viking. HEX triplet: 4A, AB and BC. RGB value is (74,171,188). Sum of RGB (Red+Green+Blue) = 74+171+188=433 (57% of max value = 765). Red value is 74 (29.30% from 255 or 17.09% from 433); Green value is 171 (67.19% from 255 or 39.49% from 433); Blue value is 188 (73.83% from 255 or 43.42% from 433); Max value from RGB is 188 - color contains mainly: blue. Hex color #4AABBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4AABBC is #B55443. Grayscale: #8F8F8F. Windows color (decimal): -11883588 or 12364618. OLE color: 12364618.

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

Color convert

RGB 74 171 188 -
CMYK 0.61 0.09 0 0.26
HSL 188.95º 0.46% 0.51% -
HSV(B) 188.95º 0.61% 0.74% -
XYZ 26.46 34.21 52.79 -
YUV 143.94 152.86 78.12 -
System Red Green Blue C M Y K H S L
Decimal 74 171 188 0.61 0.09 0 0.26 188.95 0.46 0.51
Hex 4A AB BC 3D 9 0 1A BD 2E 33
Octal 112 253 274 75 11 0 32 275 56 63
Binary 1001010 10101011 10111100 111101 1001 0 11010 10111101 101110 110011

Color Harmonies of #4AABBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AABBC

Black with #4AABBC

Text Example


Text Example

White with #4AABBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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