Html Css Color HEX #46ADCC Viking

📋 copy color: '#46ADCC'

red 70 ◦ green 173 ◦ blue 204

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

Shades of Viking #46ADCC

Tints of Viking #46ADCC

RGB

 RED value IS 70 (27.73% from 255) = 15.66%

 GREEN value IS 173 (67.97% from 255) = 38.7%

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

R = 15.66%
G = 38.7%
B = 45.64%

CMYK

 C value IS 0.66

 M value IS 0.15

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#46ADCC (or 0x46ADCC) is known color: Viking. HEX triplet: 46, AD and CC. RGB value is (70,173,204). Sum of RGB (Red+Green+Blue) = 70+173+204=447 (59% of max value = 765). Red value is 70 (27.73% from 255 or 15.66% from 447); Green value is 173 (67.97% from 255 or 38.70% from 447); Blue value is 204 (80.08% from 255 or 45.64% from 447); Max value from RGB is 204 - color contains mainly: blue. Hex color #46ADCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #46ADCC is #B95233. Grayscale: #919191. Windows color (decimal): -12145204 or 13413702. OLE color: 13413702.

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

Color convert

RGB 70 173 204 -
CMYK 0.66 0.15 0 0.2
HSL 193.88º 0.57% 0.54% -
HSV(B) 193.88º 0.66% 0.8% -
XYZ 28.37 35.55 62.49 -
YUV 145.74 160.88 73.98 -
System Red Green Blue C M Y K H S L
Decimal 70 173 204 0.66 0.15 0 0.2 193.88 0.57 0.54
Hex 46 AD CC 42 F 0 14 C2 39 36
Octal 106 255 314 102 17 0 24 302 71 66
Binary 1000110 10101101 11001100 1000010 1111 0 10100 11000010 111001 110110

Color Harmonies of #46ADCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46ADCC

Black with #46ADCC

Text Example


Text Example

White with #46ADCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46ADCC; }

 p { color: rgb(70,173,204); }

 H1.HeaderClassName
 {
   color: #46ADCC;
 }
 .AnyTagClassName
 {
   color: #46ADCC;
 }
</style>

background-color css

<style>
 a { background-color: #46ADCC; }

 a { background-color: rgb(70,173,204); }

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

border-color css

<style>
 span { border-color: #46ADCC; }

 span { border-color: rgb(70,173,204); }

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