Html Css Color HEX #449FC1 Viking

📋 copy color: '#449FC1'

red 68 ◦ green 159 ◦ blue 193

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

Shades of Viking #449FC1

Tints of Viking #449FC1

RGB

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

 GREEN value IS 159 (62.5% from 255) = 37.86%

 BLUE value IS 193 (75.78% from 255) = 45.95%

R = 16.19%
G = 37.86%
B = 45.95%

CMYK

 C value IS 0.65

 M value IS 0.18

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#449FC1 (or 0x449FC1) is known color: Viking. HEX triplet: 44, 9F and C1. RGB value is (68,159,193). Sum of RGB (Red+Green+Blue) = 68+159+193=420 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.19% from 420); Green value is 159 (62.5% from 255 or 37.86% from 420); Blue value is 193 (75.78% from 255 or 45.95% from 420); Max value from RGB is 193 - color contains mainly: blue. Hex color #449FC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #449FC1 is #BB603E. Grayscale: #878787. Windows color (decimal): -12279871 or 12689220. OLE color: 12689220.

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

Color convert

RGB 68 159 193 -
CMYK 0.65 0.18 0 0.24
HSL 196.32º 0.5% 0.51% -
HSV(B) 196.32º 0.65% 0.76% -
XYZ 24.41 29.88 54.93 -
YUV 135.67 160.35 79.74 -
System Red Green Blue C M Y K H S L
Decimal 68 159 193 0.65 0.18 0 0.24 196.32 0.5 0.51
Hex 44 9F C1 41 12 0 18 C4 32 33
Octal 104 237 301 101 22 0 30 304 62 63
Binary 1000100 10011111 11000001 1000001 10010 0 11000 11000100 110010 110011

Color Harmonies of #449FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449FC1

Black with #449FC1

Text Example


Text Example

White with #449FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,159,193); }

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

background-color css

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

 a { background-color: rgb(68,159,193); }

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

border-color css

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

 span { border-color: rgb(68,159,193); }

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