Html Css Color HEX #449EC0 Viking

📋 copy color: '#449EC0'

red 68 ◦ green 158 ◦ blue 192

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

Shades of Viking #449EC0

Tints of Viking #449EC0

RGB

 RED value IS 68 (26.95% from 255) = 16.27%

 GREEN value IS 158 (62.11% from 255) = 37.8%

 BLUE value IS 192 (75.39% from 255) = 45.93%

R = 16.27%
G = 37.8%
B = 45.93%

CMYK

 C value IS 0.65

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#449EC0 (or 0x449EC0) is known color: Viking. HEX triplet: 44, 9E and C0. RGB value is (68,158,192). Sum of RGB (Red+Green+Blue) = 68+158+192=418 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.27% from 418); Green value is 158 (62.11% from 255 or 37.80% from 418); Blue value is 192 (75.39% from 255 or 45.93% from 418); Max value from RGB is 192 - color contains mainly: blue. Hex color #449EC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #449EC0 is #BB613F. Grayscale: #868686. Windows color (decimal): -12280128 or 12623428. OLE color: 12623428.

HSL color Cylindrical-coordinate representation of color #449EC0: hue angle of 196.45º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #449EC0 is Cyan = 0.65, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 68 158 192 -
CMYK 0.65 0.18 0 0.25
HSL 196.45º 0.5% 0.51% -
HSV(B) 196.45º 0.65% 0.75% -
XYZ 24.13 29.49 54.29 -
YUV 134.97 160.18 80.24 -
System Red Green Blue C M Y K H S L
Decimal 68 158 192 0.65 0.18 0 0.25 196.45 0.5 0.51
Hex 44 9E C0 41 12 0 19 C4 32 33
Octal 104 236 300 101 22 0 31 304 62 63
Binary 1000100 10011110 11000000 1000001 10010 0 11001 11000100 110010 110011

Color Harmonies of #449EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449EC0

Black with #449EC0

Text Example


Text Example

White with #449EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449EC0; }

 p { color: rgb(68,158,192); }

 H1.HeaderClassName
 {
   color: #449EC0;
 }
 .AnyTagClassName
 {
   color: #449EC0;
 }
</style>

background-color css

<style>
 a { background-color: #449EC0; }

 a { background-color: rgb(68,158,192); }

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

border-color css

<style>
 span { border-color: #449EC0; }

 span { border-color: rgb(68,158,192); }

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