#448ACF

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

Shades of Havelock Blue #448ACF

Tints of Havelock Blue #448ACF

Color information

#448ACF (or 0x448ACF) is unknown color: approx Havelock Blue. HEX triplet: 44, 8A and CF. RGB value is (68,138,207). Sum of RGB (Red+Green+Blue) = 68+138+207=413 (54% of max value = 765). Red value is 68 (26.95% from 255 or 16.46% from 413); Green value is 138 (54.30% from 255 or 33.41% from 413); Blue value is 207 (81.25% from 255 or 50.12% from 413); Max value from RGB is 207 - color contains mainly: blue. Hex color #448ACF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448ACF is #BB7530. Grayscale: #7C7C7C. Windows color (decimal): -12285233 or 13601348. OLE color: 13601348.

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

Color convert

RGB68138207-
CMYK0.670.3300.19
HSL209.78º59.15%53.92%-
HSV(B)209.78º67.15%81.18%-
XYZ22.7323.9162.45-
YUV124.94174.3187.39-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 16.46%
GREEN value IS 138 (54.30% from 255) = 33.41%
BLUE value IS 207 (81.25% from 255) = 50.12%
R=16.46%
G=33.41%
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.19
SystemRedGreenBlueCMYKHSL
Decimal681382070.670.3300.19209.7859.1553.92
Hex448ACF4321013d23b36
Octal104212317103410233227366
Binary10001001000101011001111100001110000101001111010010111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,138,207); }

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

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

 a { background-color: rgb(68,138,207); }

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

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

 span { border-color: rgb(68,138,207); }

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