Html Css Color HEX #449EBE Viking

📋 copy color: '#449EBE'

red 68 ◦ green 158 ◦ blue 190

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

Shades of Viking #449EBE

Tints of Viking #449EBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.67%

R = 16.35%
G = 37.98%
B = 45.67%

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

#449EBE (or 0x449EBE) is known color: Viking. HEX triplet: 44, 9E and BE. RGB value is (68,158,190). Sum of RGB (Red+Green+Blue) = 68+158+190=416 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.35% from 416); Green value is 158 (62.11% from 255 or 37.98% from 416); Blue value is 190 (74.61% from 255 or 45.67% from 416); Max value from RGB is 190 - color contains mainly: blue. Hex color #449EBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #449EBE is #BB6141. Grayscale: #868686. Windows color (decimal): -12280130 or 12492356. OLE color: 12492356.

HSL color Cylindrical-coordinate representation of color #449EBE: hue angle of 195.74º degrees, saturation: 0.48, 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 #449EBE is Cyan = 0.64, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 68 158 190 -
CMYK 0.64 0.17 0 0.25
HSL 195.74º 0.48% 0.51% -
HSV(B) 195.74º 0.64% 0.75% -
XYZ 23.91 29.4 53.13 -
YUV 134.74 159.18 80.4 -
System Red Green Blue C M Y K H S L
Decimal 68 158 190 0.64 0.17 0 0.25 195.74 0.48 0.51
Hex 44 9E BE 40 11 0 19 C4 30 33
Octal 104 236 276 100 21 0 31 304 60 63
Binary 1000100 10011110 10111110 1000000 10001 0 11001 11000100 110000 110011

Color Harmonies of #449EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449EBE

Black with #449EBE

Text Example


Text Example

White with #449EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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