Html Css Color HEX #46A5D1 Viking

📋 copy color: '#46A5D1'

red 70 ◦ green 165 ◦ blue 209

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

Shades of Viking #46A5D1

Tints of Viking #46A5D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 47.07%

R = 15.77%
G = 37.16%
B = 47.07%

CMYK

 C value IS 0.67

 M value IS 0.21

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#46A5D1 (or 0x46A5D1) is known color: Viking. HEX triplet: 46, A5 and D1. RGB value is (70,165,209). Sum of RGB (Red+Green+Blue) = 70+165+209=444 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.77% from 444); Green value is 165 (64.84% from 255 or 37.16% from 444); Blue value is 209 (82.03% from 255 or 47.07% from 444); Max value from RGB is 209 - color contains mainly: blue. Hex color #46A5D1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #46A5D1 is #B95A2E. Grayscale: #8D8D8D. Windows color (decimal): -12147247 or 13739334. OLE color: 13739334.

HSL color Cylindrical-coordinate representation of color #46A5D1: hue angle of 198.99º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #46A5D1 is Cyan = 0.67, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 70 165 209 -
CMYK 0.67 0.21 0 0.18
HSL 198.99º 0.6% 0.55% -
HSV(B) 198.99º 0.67% 0.82% -
XYZ 27.49 32.82 65.21 -
YUV 141.61 166.03 76.92 -
System Red Green Blue C M Y K H S L
Decimal 70 165 209 0.67 0.21 0 0.18 198.99 0.6 0.55
Hex 46 A5 D1 43 15 0 12 C7 3C 37
Octal 106 245 321 103 25 0 22 307 74 67
Binary 1000110 10100101 11010001 1000011 10101 0 10010 11000111 111100 110111

Color Harmonies of #46A5D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46A5D1

Black with #46A5D1

Text Example


Text Example

White with #46A5D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,165,209); }

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

background-color css

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

 a { background-color: rgb(70,165,209); }

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

border-color css

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

 span { border-color: rgb(70,165,209); }

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