Html Css Color HEX #004AC3 Cobalt

📋 copy color: '#004AC3'

red 0 ◦ green 74 ◦ blue 195

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

Shades of Cobalt #004AC3

Tints of Cobalt #004AC3

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 74 (29.3% from 255) = 27.51%

 BLUE value IS 195 (76.56% from 255) = 72.49%

R = 0%
G = 27.51%
B = 72.49%

CMYK

 C value IS 1

 M value IS 0.62

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#004AC3 (or 0x004AC3) is known color: Cobalt. HEX triplet: 00, 4A and C3. RGB value is (0,74,195). Sum of RGB (Red+Green+Blue) = 0+74+195=269 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 269); Green value is 74 (29.30% from 255 or 27.51% from 269); Blue value is 195 (76.56% from 255 or 72.49% from 269); Max value from RGB is 195 - color contains mainly: blue. Hex color #004AC3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #004AC3 is #FFB53C. Grayscale: #414141. Windows color (decimal): -16758077 or 12798464. OLE color: 12798464.

HSL color Cylindrical-coordinate representation of color #004AC3: hue angle of 217.23º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004AC3 is Cyan = 1, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 0 74 195 -
CMYK 1 0.62 0 0.24
HSL 217.23º 1% 0.38% -
HSV(B) 217.23º 1% 0.76% -
XYZ 12.3 8.84 52.69 -
YUV 65.67 200.98 81.16 -
System Red Green Blue C M Y K H S L
Decimal 0 74 195 1 0.62 0 0.24 217.23 1 0.38
Hex 0 4A C3 64 3E 0 18 D9 64 26
Octal 0 112 303 144 76 0 30 331 144 46
Binary 0 1001010 11000011 1100100 111110 0 11000 11011001 1100100 100110

Color Harmonies of #004AC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004AC3

Black with #004AC3

Text Example


Text Example

White with #004AC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004AC3; }

 p { color: rgb(0,74,195); }

 H1.HeaderClassName
 {
   color: #004AC3;
 }
 .AnyTagClassName
 {
   color: #004AC3;
 }
</style>

background-color css

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

 a { background-color: rgb(0,74,195); }

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

border-color css

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

 span { border-color: rgb(0,74,195); }

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