#000448

Color #000448 Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #000448

Tints of Sapphire #000448

Color information

#000448 (or 0x000448) is unknown color: approx Sapphire. HEX triplet: 00, 04 and 48. RGB value is (0,4,72). Sum of RGB (Red+Green+Blue) = 0+4+72=76 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 76); Green value is 4 (1.95% from 255 or 5.26% from 76); Blue value is 72 (28.52% from 255 or 94.74% from 76); Max value from RGB is 72 - color contains mainly: blue. Hex color #000448 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000448 is #FFFBB7. Grayscale: #0A0A0A. Windows color (decimal): -16776120 or 4719616. OLE color: 4719616.

HSL color Cylindrical-coordinate representation of color #000448: hue angle of 236.67º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000448 is Cyan = 1, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB0472-
CMYK10.9400.72
HSL236.67º100%14.12%-
HSV(B)236.67º100%28.24%-
XYZ1.210.556.17-
YUV10.56162.67120.47-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 4 (1.95% from 255) = 5.26%
BLUE value IS 72 (28.52% from 255) = 94.74%
R=0%
G=5.26%
B=94.74%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal047210.9400.72236.6710014.12
Hex0448645E048ed64e
Octal04110144136011035514416
Binary0100100100011001001011110010010001110110111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000448; }

 p { color: rgb(0,4,72); }

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

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

 a { background-color: rgb(0,4,72); }

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

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

 span { border-color: rgb(0,4,72); }

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