Html Css Color HEX #0448A4 Cobalt

📋 copy color: '#0448A4'

red 4 ◦ green 72 ◦ blue 164

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

Shades of Cobalt #0448A4

Tints of Cobalt #0448A4

RGB

 RED value IS 4 (1.95% from 255) = 1.67%

 GREEN value IS 72 (28.52% from 255) = 30%

 BLUE value IS 164 (64.45% from 255) = 68.33%

R = 1.67%
G = 30%
B = 68.33%

CMYK

 C value IS 0.98

 M value IS 0.56

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#0448A4 (or 0x0448A4) is known color: Cobalt. HEX triplet: 04, 48 and A4. RGB value is (4,72,164). Sum of RGB (Red+Green+Blue) = 4+72+164=240 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.67% from 240); Green value is 72 (28.52% from 255 or 30% from 240); Blue value is 164 (64.45% from 255 or 68.33% from 240); Max value from RGB is 164 - color contains mainly: blue. Hex color #0448A4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0448A4 is #FBB75B. Grayscale: #3D3D3D. Windows color (decimal): -16496476 or 10766340. OLE color: 10766340.

HSL color Cylindrical-coordinate representation of color #0448A4: hue angle of 214.5º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0448A4 is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 4 72 164 -
CMYK 0.98 0.56 0 0.36
HSL 214.5º 0.95% 0.33% -
HSV(B) 214.5º 0.98% 0.64% -
XYZ 9.07 7.34 36.06 -
YUV 62.16 185.47 86.52 -
System Red Green Blue C M Y K H S L
Decimal 4 72 164 0.98 0.56 0 0.36 214.5 0.95 0.33
Hex 4 48 A4 62 38 0 24 D6 5F 21
Octal 4 110 244 142 70 0 44 326 137 41
Binary 100 1001000 10100100 1100010 111000 0 100100 11010110 1011111 100001

Color Harmonies of #0448A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0448A4

Black with #0448A4

Text Example


Text Example

White with #0448A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0448A4;
 }
 .AnyTagClassName
 {
   color: #0448A4;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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