Html Css Color HEX #4AACBC Viking

📋 copy color: '#4AACBC'

red 74 ◦ green 172 ◦ blue 188

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

Shades of Viking #4AACBC

Tints of Viking #4AACBC

RGB

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

 GREEN value IS 172 (67.58% from 255) = 39.63%

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

R = 17.05%
G = 39.63%
B = 43.32%

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

#4AACBC (or 0x4AACBC) is known color: Viking. HEX triplet: 4A, AC and BC. RGB value is (74,172,188). Sum of RGB (Red+Green+Blue) = 74+172+188=434 (57% of max value = 765). Red value is 74 (29.30% from 255 or 17.05% from 434); Green value is 172 (67.58% from 255 or 39.63% from 434); Blue value is 188 (73.83% from 255 or 43.32% from 434); Max value from RGB is 188 - color contains mainly: blue. Hex color #4AACBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4AACBC is #B55343. Grayscale: #909090. Windows color (decimal): -11883332 or 12364874. OLE color: 12364874.

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

Color convert

RGB 74 172 188 -
CMYK 0.61 0.09 0 0.26
HSL 188.42º 0.46% 0.51% -
HSV(B) 188.42º 0.61% 0.74% -
XYZ 26.65 34.59 52.85 -
YUV 144.52 152.53 77.7 -
System Red Green Blue C M Y K H S L
Decimal 74 172 188 0.61 0.09 0 0.26 188.42 0.46 0.51
Hex 4A AC BC 3D 9 0 1A BC 2E 33
Octal 112 254 274 75 11 0 32 274 56 63
Binary 1001010 10101100 10111100 111101 1001 0 11010 10111100 101110 110011

Color Harmonies of #4AACBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AACBC

Black with #4AACBC

Text Example


Text Example

White with #4AACBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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