Html Css Color HEX #4AACCE Viking

📋 copy color: '#4AACCE'

red 74 ◦ green 172 ◦ blue 206

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

Shades of Viking #4AACCE

Tints of Viking #4AACCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.58%

R = 16.37%
G = 38.05%
B = 45.58%

CMYK

 C value IS 0.64

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4AACCE (or 0x4AACCE) is known color: Viking. HEX triplet: 4A, AC and CE. RGB value is (74,172,206). Sum of RGB (Red+Green+Blue) = 74+172+206=452 (59% of max value = 765). Red value is 74 (29.30% from 255 or 16.37% from 452); Green value is 172 (67.58% from 255 or 38.05% from 452); Blue value is 206 (80.86% from 255 or 45.58% from 452); Max value from RGB is 206 - color contains mainly: blue. Hex color #4AACCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4AACCE is #B55331. Grayscale: #929292. Windows color (decimal): -11883314 or 13544522. OLE color: 13544522.

HSL color Cylindrical-coordinate representation of color #4AACCE: hue angle of 195.45º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4AACCE is Cyan = 0.64, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 74 172 206 -
CMYK 0.64 0.17 0 0.19
HSL 195.45º 0.57% 0.55% -
HSV(B) 195.45º 0.64% 0.81% -
XYZ 28.72 35.42 63.72 -
YUV 146.57 161.53 76.24 -
System Red Green Blue C M Y K H S L
Decimal 74 172 206 0.64 0.17 0 0.19 195.45 0.57 0.55
Hex 4A AC CE 40 11 0 13 C3 39 37
Octal 112 254 316 100 21 0 23 303 71 67
Binary 1001010 10101100 11001110 1000000 10001 0 10011 11000011 111001 110111

Color Harmonies of #4AACCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AACCE

Black with #4AACCE

Text Example


Text Example

White with #4AACCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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