Html Css Color HEX #46A8CC Viking

📋 copy color: '#46A8CC'

red 70 ◦ green 168 ◦ blue 204

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

Shades of Viking #46A8CC

Tints of Viking #46A8CC

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.01%

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

R = 15.84%
G = 38.01%
B = 46.15%

CMYK

 C value IS 0.66

 M value IS 0.18

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#46A8CC (or 0x46A8CC) is known color: Viking. HEX triplet: 46, A8 and CC. RGB value is (70,168,204). Sum of RGB (Red+Green+Blue) = 70+168+204=442 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.84% from 442); Green value is 168 (66.02% from 255 or 38.01% from 442); Blue value is 204 (80.08% from 255 or 46.15% from 442); Max value from RGB is 204 - color contains mainly: blue. Hex color #46A8CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #46A8CC is #B95733. Grayscale: #8E8E8E. Windows color (decimal): -12146484 or 13412422. OLE color: 13412422.

HSL color Cylindrical-coordinate representation of color #46A8CC: hue angle of 196.12º 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 #46A8CC is Cyan = 0.66, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 70 168 204 -
CMYK 0.66 0.18 0 0.2
HSL 196.12º 0.57% 0.54% -
HSV(B) 196.12º 0.66% 0.8% -
XYZ 27.43 33.67 62.18 -
YUV 142.8 162.53 76.07 -
System Red Green Blue C M Y K H S L
Decimal 70 168 204 0.66 0.18 0 0.2 196.12 0.57 0.54
Hex 46 A8 CC 42 12 0 14 C4 39 36
Octal 106 250 314 102 22 0 24 304 71 66
Binary 1000110 10101000 11001100 1000010 10010 0 10100 11000100 111001 110110

Color Harmonies of #46A8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46A8CC

Black with #46A8CC

Text Example


Text Example

White with #46A8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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