Html Css Color HEX #4AAFCC Viking

📋 copy color: '#4AAFCC'

red 74 ◦ green 175 ◦ blue 204

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

Shades of Viking #4AAFCC

Tints of Viking #4AAFCC

RGB

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

 GREEN value IS 175 (68.75% from 255) = 38.63%

 BLUE value IS 204 (80.08% from 255) = 45.03%

R = 16.34%
G = 38.63%
B = 45.03%

CMYK

 C value IS 0.64

 M value IS 0.14

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4AAFCC (or 0x4AAFCC) is known color: Viking. HEX triplet: 4A, AF and CC. RGB value is (74,175,204). Sum of RGB (Red+Green+Blue) = 74+175+204=453 (60% of max value = 765). Red value is 74 (29.30% from 255 or 16.34% from 453); Green value is 175 (68.75% from 255 or 38.63% from 453); Blue value is 204 (80.08% from 255 or 45.03% from 453); Max value from RGB is 204 - color contains mainly: blue. Hex color #4AAFCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4AAFCC is #B55033. Grayscale: #939393. Windows color (decimal): -11882548 or 13414218. OLE color: 13414218.

HSL color Cylindrical-coordinate representation of color #4AAFCC: hue angle of 193.38º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4AAFCC is Cyan = 0.64, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 74 175 204 -
CMYK 0.64 0.14 0 0.2
HSL 193.38º 0.56% 0.55% -
HSV(B) 193.38º 0.64% 0.8% -
XYZ 29.05 36.48 62.64 -
YUV 148.11 159.54 75.14 -
System Red Green Blue C M Y K H S L
Decimal 74 175 204 0.64 0.14 0 0.2 193.38 0.56 0.55
Hex 4A AF CC 40 E 0 14 C1 38 37
Octal 112 257 314 100 16 0 24 301 70 67
Binary 1001010 10101111 11001100 1000000 1110 0 10100 11000001 111000 110111

Color Harmonies of #4AAFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AAFCC

Black with #4AAFCC

Text Example


Text Example

White with #4AAFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,175,204); }

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

background-color css

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

 a { background-color: rgb(74,175,204); }

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

border-color css

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

 span { border-color: rgb(74,175,204); }

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