Html Css Color HEX #4AAEC4 Viking

📋 copy color: '#4AAEC4'

red 74 ◦ green 174 ◦ blue 196

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

Shades of Viking #4AAEC4

Tints of Viking #4AAEC4

RGB

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

 GREEN value IS 174 (68.36% from 255) = 39.19%

 BLUE value IS 196 (76.95% from 255) = 44.14%

R = 16.67%
G = 39.19%
B = 44.14%

CMYK

 C value IS 0.62

 M value IS 0.11

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#4AAEC4 (or 0x4AAEC4) is known color: Viking. HEX triplet: 4A, AE and C4. RGB value is (74,174,196). Sum of RGB (Red+Green+Blue) = 74+174+196=444 (58% of max value = 765). Red value is 74 (29.30% from 255 or 16.67% from 444); Green value is 174 (68.36% from 255 or 39.19% from 444); Blue value is 196 (76.95% from 255 or 44.14% from 444); Max value from RGB is 196 - color contains mainly: blue. Hex color #4AAEC4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4AAEC4 is #B5513B. Grayscale: #929292. Windows color (decimal): -11882812 or 12889674. OLE color: 12889674.

HSL color Cylindrical-coordinate representation of color #4AAEC4: hue angle of 190.82º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4AAEC4 is Cyan = 0.62, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 74 174 196 -
CMYK 0.62 0.11 0 0.23
HSL 190.82º 0.51% 0.53% -
HSV(B) 190.82º 0.62% 0.77% -
XYZ 27.92 35.71 57.65 -
YUV 146.61 155.87 76.21 -
System Red Green Blue C M Y K H S L
Decimal 74 174 196 0.62 0.11 0 0.23 190.82 0.51 0.53
Hex 4A AE C4 3E B 0 17 BF 33 35
Octal 112 256 304 76 13 0 27 277 63 65
Binary 1001010 10101110 11000100 111110 1011 0 10111 10111111 110011 110101

Color Harmonies of #4AAEC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AAEC4

Black with #4AAEC4

Text Example


Text Example

White with #4AAEC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,174,196); }

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

background-color css

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

 a { background-color: rgb(74,174,196); }

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

border-color css

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

 span { border-color: rgb(74,174,196); }

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