#448cd1

Color #448CD1 Havelock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havelock Blue #448CD1

Tints of Havelock Blue #448CD1

Color information

#448CD1 (or 0x448CD1) is unknown color: approx Havelock Blue. HEX triplet: 44, 8C and D1. RGB value is (68,140,209). Sum of RGB (Red+Green+Blue) = 68+140+209=417 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.31% from 417); Green value is 140 (55.08% from 255 or 33.57% from 417); Blue value is 209 (82.03% from 255 or 50.12% from 417); Max value from RGB is 209 - color contains mainly: blue. Hex color #448CD1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448CD1 is #BB732E. Grayscale: #7D7D7D. Windows color (decimal): -12284719 or 13732932. OLE color: 13732932.

HSL color Cylindrical-coordinate representation of color #448CD1: hue angle of 209.36º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #448CD1 is Cyan = 0.67, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB68140209-
CMYK0.670.3300.18
HSL209.36º60.52%54.31%-
HSV(B)209.36º67.46%81.96%-
XYZ23.2724.5963.84-
YUV126.34174.6586.39-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 16.31%
GREEN value IS 140 (55.08% from 255) = 33.57%
BLUE value IS 209 (82.03% from 255) = 50.12%
R=16.31%
G=33.57%
B=50.12%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal681402090.670.3300.18209.3660.5254.31
Hex448CD14321012d13d36
Octal104214321103410223217566
Binary10001001000110011010001100001110000101001011010001111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448cd1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448cd1; }

 p { color: rgb(68,140,209); }

 H1.HeaderClassName
 {
   color: #448cd1;
 }
 .AnyTagClassName
 {
   color: #448cd1;
 }
</style>
background-color css

<style>
 a { background-color: #448cd1; }

 a { background-color: rgb(68,140,209); }

 div.DivClassName
 {
   background-color: #448cd1;
 }
 .BgClassName
 {
   background-color: #448cd1;
 }
</style>
border-color css

<style>
 span { border-color: #448cd1; }

 span { border-color: rgb(68,140,209); }

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