Html Css Color HEX #47A5CC Viking

📋 copy color: '#47A5CC'

red 71 ◦ green 165 ◦ blue 204

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

Shades of Viking #47A5CC

Tints of Viking #47A5CC

RGB

 RED value IS 71 (28.13% from 255) = 16.14%

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

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

R = 16.14%
G = 37.5%
B = 46.36%

CMYK

 C value IS 0.65

 M value IS 0.19

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#47A5CC (or 0x47A5CC) is known color: Viking. HEX triplet: 47, A5 and CC. RGB value is (71,165,204). Sum of RGB (Red+Green+Blue) = 71+165+204=440 (58% of max value = 765). Red value is 71 (28.12% from 255 or 16.14% from 440); Green value is 165 (64.84% from 255 or 37.5% from 440); Blue value is 204 (80.08% from 255 or 46.36% from 440); Max value from RGB is 204 - color contains mainly: blue. Hex color #47A5CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47A5CC is #B85A33. Grayscale: #8D8D8D. Windows color (decimal): -12081716 or 13411655. OLE color: 13411655.

HSL color Cylindrical-coordinate representation of color #47A5CC: hue angle of 197.59º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #47A5CC is Cyan = 0.65, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 71 165 204 -
CMYK 0.65 0.19 0 0.2
HSL 197.59º 0.57% 0.54% -
HSV(B) 197.59º 0.65% 0.8% -
XYZ 26.95 32.61 62 -
YUV 141.34 163.36 77.83 -
System Red Green Blue C M Y K H S L
Decimal 71 165 204 0.65 0.19 0 0.2 197.59 0.57 0.54
Hex 47 A5 CC 41 13 0 14 C6 39 36
Octal 107 245 314 101 23 0 24 306 71 66
Binary 1000111 10100101 11001100 1000001 10011 0 10100 11000110 111001 110110

Color Harmonies of #47A5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47A5CC

Black with #47A5CC

Text Example


Text Example

White with #47A5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47A5CC; }

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

 H1.HeaderClassName
 {
   color: #47A5CC;
 }
 .AnyTagClassName
 {
   color: #47A5CC;
 }
</style>

background-color css

<style>
 a { background-color: #47A5CC; }

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

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

border-color css

<style>
 span { border-color: #47A5CC; }

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

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