Html Css Color HEX #4AA5CC Viking

📋 copy color: '#4AA5CC'

red 74 ◦ green 165 ◦ blue 204

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

Shades of Viking #4AA5CC

Tints of Viking #4AA5CC

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37.25%

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

R = 16.7%
G = 37.25%
B = 46.05%

CMYK

 C value IS 0.64

 M value IS 0.19

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4AA5CC (or 0x4AA5CC) is known color: Viking. HEX triplet: 4A, A5 and CC. RGB value is (74,165,204). Sum of RGB (Red+Green+Blue) = 74+165+204=443 (58% of max value = 765). Red value is 74 (29.30% from 255 or 16.70% from 443); Green value is 165 (64.84% from 255 or 37.25% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 204 - color contains mainly: blue. Hex color #4AA5CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4AA5CC is #B55A33. Grayscale: #8D8D8D. Windows color (decimal): -11885108 or 13411658. OLE color: 13411658.

HSL color Cylindrical-coordinate representation of color #4AA5CC: hue angle of 198º 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 #4AA5CC is Cyan = 0.64, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 74 165 204 -
CMYK 0.64 0.19 0 0.2
HSL 198º 0.56% 0.55% -
HSV(B) 198º 0.64% 0.8% -
XYZ 27.18 32.73 62.01 -
YUV 142.24 162.85 79.33 -
System Red Green Blue C M Y K H S L
Decimal 74 165 204 0.64 0.19 0 0.2 198 0.56 0.55
Hex 4A A5 CC 40 13 0 14 C6 38 37
Octal 112 245 314 100 23 0 24 306 70 67
Binary 1001010 10100101 11001100 1000000 10011 0 10100 11000110 111000 110111

Color Harmonies of #4AA5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AA5CC

Black with #4AA5CC

Text Example


Text Example

White with #4AA5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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