Html Css Color HEX #0461BA Denim

📋 copy color: '#0461BA'

red 4 ◦ green 97 ◦ blue 186

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

Shades of Denim #0461BA

Tints of Denim #0461BA

RGB

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

 GREEN value IS 97 (38.28% from 255) = 33.8%

 BLUE value IS 186 (73.05% from 255) = 64.81%

R = 1.39%
G = 33.8%
B = 64.81%

CMYK

 C value IS 0.98

 M value IS 0.48

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0461BA (or 0x0461BA) is known color: Denim. HEX triplet: 04, 61 and BA. RGB value is (4,97,186). Sum of RGB (Red+Green+Blue) = 4+97+186=287 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.39% from 287); Green value is 97 (38.28% from 255 or 33.80% from 287); Blue value is 186 (73.05% from 255 or 64.81% from 287); Max value from RGB is 186 - color contains mainly: blue. Hex color #0461BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0461BA is #FB9E45. Grayscale: #4E4E4E. Windows color (decimal): -16490054 or 12214532. OLE color: 12214532.

HSL color Cylindrical-coordinate representation of color #0461BA: hue angle of 209.34º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0461BA is Cyan = 0.98, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 4 97 186 -
CMYK 0.98 0.48 0 0.27
HSL 209.34º 0.96% 0.37% -
HSV(B) 209.34º 0.98% 0.73% -
XYZ 13.19 12.12 48.1 -
YUV 79.34 188.19 74.26 -
System Red Green Blue C M Y K H S L
Decimal 4 97 186 0.98 0.48 0 0.27 209.34 0.96 0.37
Hex 4 61 BA 62 30 0 1B D1 60 25
Octal 4 141 272 142 60 0 33 321 140 45
Binary 100 1100001 10111010 1100010 110000 0 11011 11010001 1100000 100101

Color Harmonies of #0461BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0461BA

Black with #0461BA

Text Example


Text Example

White with #0461BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0461BA; }

 p { color: rgb(4,97,186); }

 H1.HeaderClassName
 {
   color: #0461BA;
 }
 .AnyTagClassName
 {
   color: #0461BA;
 }
</style>

background-color css

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

 a { background-color: rgb(4,97,186); }

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

border-color css

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

 span { border-color: rgb(4,97,186); }

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