#0448A7

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

Shades of Cobalt #0448A7

Tints of Cobalt #0448A7

Color information

#0448A7 (or 0x0448A7) is unknown color: approx Cobalt. HEX triplet: 04, 48 and A7. RGB value is (4,72,167). Sum of RGB (Red+Green+Blue) = 4+72+167=243 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.65% from 243); Green value is 72 (28.52% from 255 or 29.63% from 243); Blue value is 167 (65.62% from 255 or 68.72% from 243); Max value from RGB is 167 - color contains mainly: blue. Hex color #0448A7 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0448A7 is #FBB758. Grayscale: #3E3E3E. Windows color (decimal): -16496473 or 10962948. OLE color: 10962948.

HSL color Cylindrical-coordinate representation of color #0448A7: hue angle of 214.97º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0448A7 is Cyan = 0.98, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB472167-
CMYK0.980.5700.35
HSL214.97º95.32%33.53%-
HSV(B)214.97º97.6%65.49%-
XYZ9.347.4537.5-
YUV62.5186.9786.28-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.65%
GREEN value IS 72 (28.52% from 255) = 29.63%
BLUE value IS 167 (65.62% from 255) = 68.72%
R=1.65%
G=29.63%
B=68.72%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal4721670.980.5700.35214.9795.3233.53
Hex448A76239023d75f22
Octal41102471427104332713742
Binary10010010001010011111000101110010100011110101111011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0448A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0448A7; }

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

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

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

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

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

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

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

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