Html Css Color HEX #449EBF Viking

📋 copy color: '#449EBF'

red 68 ◦ green 158 ◦ blue 191

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

Shades of Viking #449EBF

Tints of Viking #449EBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 45.8%

R = 16.31%
G = 37.89%
B = 45.8%

CMYK

 C value IS 0.64

 M value IS 0.17

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#449EBF (or 0x449EBF) is known color: Viking. HEX triplet: 44, 9E and BF. RGB value is (68,158,191). Sum of RGB (Red+Green+Blue) = 68+158+191=417 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.31% from 417); Green value is 158 (62.11% from 255 or 37.89% from 417); Blue value is 191 (75% from 255 or 45.80% from 417); Max value from RGB is 191 - color contains mainly: blue. Hex color #449EBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #449EBF is #BB6140. Grayscale: #868686. Windows color (decimal): -12280129 or 12557892. OLE color: 12557892.

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

Color convert

RGB 68 158 191 -
CMYK 0.64 0.17 0 0.25
HSL 196.1º 0.49% 0.51% -
HSV(B) 196.1º 0.64% 0.75% -
XYZ 24.01 29.44 53.71 -
YUV 134.85 159.68 80.32 -
System Red Green Blue C M Y K H S L
Decimal 68 158 191 0.64 0.17 0 0.25 196.1 0.49 0.51
Hex 44 9E BF 40 11 0 19 C4 31 33
Octal 104 236 277 100 21 0 31 304 61 63
Binary 1000100 10011110 10111111 1000000 10001 0 11001 11000100 110001 110011

Color Harmonies of #449EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449EBF

Black with #449EBF

Text Example


Text Example

White with #449EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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