Html Css Color HEX #0461AB Denim

📋 copy color: '#0461AB'

red 4 ◦ green 97 ◦ blue 171

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

Shades of Denim #0461AB

Tints of Denim #0461AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 62.87%

R = 1.47%
G = 35.66%
B = 62.87%

CMYK

 C value IS 0.98

 M value IS 0.43

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0461AB (or 0x0461AB) is known color: Denim. HEX triplet: 04, 61 and AB. RGB value is (4,97,171). Sum of RGB (Red+Green+Blue) = 4+97+171=272 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.47% from 272); Green value is 97 (38.28% from 255 or 35.66% from 272); Blue value is 171 (67.19% from 255 or 62.87% from 272); Max value from RGB is 171 - color contains mainly: blue. Hex color #0461AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0461AB is #FB9E54. Grayscale: #4D4D4D. Windows color (decimal): -16490069 or 11231492. OLE color: 11231492.

HSL color Cylindrical-coordinate representation of color #0461AB: hue angle of 206.59º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0461AB is Cyan = 0.98, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 4 97 171 -
CMYK 0.98 0.43 0 0.33
HSL 206.59º 0.95% 0.34% -
HSV(B) 206.59º 0.98% 0.67% -
XYZ 11.68 11.52 40.14 -
YUV 77.63 180.69 75.48 -
System Red Green Blue C M Y K H S L
Decimal 4 97 171 0.98 0.43 0 0.33 206.59 0.95 0.34
Hex 4 61 AB 62 2B 0 21 CF 5F 22
Octal 4 141 253 142 53 0 41 317 137 42
Binary 100 1100001 10101011 1100010 101011 0 100001 11001111 1011111 100010

Color Harmonies of #0461AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0461AB

Black with #0461AB

Text Example


Text Example

White with #0461AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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