Html Css Color HEX #074AC4 Cobalt

📋 copy color: '#074AC4'

red 7 ◦ green 74 ◦ blue 196

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

Shades of Cobalt #074AC4

Tints of Cobalt #074AC4

RGB

 RED value IS 7 (3.13% from 255) = 2.53%

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

 BLUE value IS 196 (76.95% from 255) = 70.76%

R = 2.53%
G = 26.71%
B = 70.76%

CMYK

 C value IS 0.96

 M value IS 0.62

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#074AC4 (or 0x074AC4) is known color: Cobalt. HEX triplet: 07, 4A and C4. RGB value is (7,74,196). Sum of RGB (Red+Green+Blue) = 7+74+196=277 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.53% from 277); Green value is 74 (29.30% from 255 or 26.71% from 277); Blue value is 196 (76.95% from 255 or 70.76% from 277); Max value from RGB is 196 - color contains mainly: blue. Hex color #074AC4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #074AC4 is #F8B53B. Grayscale: #434343. Windows color (decimal): -16299324 or 12864007. OLE color: 12864007.

HSL color Cylindrical-coordinate representation of color #074AC4: hue angle of 218.73º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #074AC4 is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 7 74 196 -
CMYK 0.96 0.62 0 0.23
HSL 218.73º 0.93% 0.4% -
HSV(B) 218.73º 0.96% 0.77% -
XYZ 12.5 8.93 53.29 -
YUV 67.88 200.3 84.58 -
System Red Green Blue C M Y K H S L
Decimal 7 74 196 0.96 0.62 0 0.23 218.73 0.93 0.4
Hex 7 4A C4 60 3E 0 17 DB 5D 28
Octal 7 112 304 140 76 0 27 333 135 50
Binary 111 1001010 11000100 1100000 111110 0 10111 11011011 1011101 101000

Color Harmonies of #074AC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074AC4

Black with #074AC4

Text Example


Text Example

White with #074AC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074AC4; }

 p { color: rgb(7,74,196); }

 H1.HeaderClassName
 {
   color: #074AC4;
 }
 .AnyTagClassName
 {
   color: #074AC4;
 }
</style>

background-color css

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

 a { background-color: rgb(7,74,196); }

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

border-color css

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

 span { border-color: rgb(7,74,196); }

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