Html Css Color HEX #0460BB Denim

📋 copy color: '#0460BB'

red 4 ◦ green 96 ◦ blue 187

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

Shades of Denim #0460BB

Tints of Denim #0460BB

RGB

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

 GREEN value IS 96 (37.89% from 255) = 33.45%

 BLUE value IS 187 (73.44% from 255) = 65.16%

R = 1.39%
G = 33.45%
B = 65.16%

CMYK

 C value IS 0.98

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0460BB (or 0x0460BB) is known color: Denim. HEX triplet: 04, 60 and BB. RGB value is (4,96,187). Sum of RGB (Red+Green+Blue) = 4+96+187=287 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.39% from 287); Green value is 96 (37.89% from 255 or 33.45% from 287); Blue value is 187 (73.44% from 255 or 65.16% from 287); Max value from RGB is 187 - color contains mainly: blue. Hex color #0460BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0460BB is #FB9F44. Grayscale: #4E4E4E. Windows color (decimal): -16490309 or 12279812. OLE color: 12279812.

HSL color Cylindrical-coordinate representation of color #0460BB: hue angle of 209.84º 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 #0460BB is Cyan = 0.98, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 4 96 187 -
CMYK 0.98 0.49 0 0.27
HSL 209.84º 0.96% 0.37% -
HSV(B) 209.84º 0.98% 0.73% -
XYZ 13.2 11.98 48.63 -
YUV 78.87 189.02 74.6 -
System Red Green Blue C M Y K H S L
Decimal 4 96 187 0.98 0.49 0 0.27 209.84 0.96 0.37
Hex 4 60 BB 62 31 0 1B D2 60 25
Octal 4 140 273 142 61 0 33 322 140 45
Binary 100 1100000 10111011 1100010 110001 0 11011 11010010 1100000 100101

Color Harmonies of #0460BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0460BB

Black with #0460BB

Text Example


Text Example

White with #0460BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0460BB; }

 p { color: rgb(4,96,187); }

 H1.HeaderClassName
 {
   color: #0460BB;
 }
 .AnyTagClassName
 {
   color: #0460BB;
 }
</style>

background-color css

<style>
 a { background-color: #0460BB; }

 a { background-color: rgb(4,96,187); }

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

border-color css

<style>
 span { border-color: #0460BB; }

 span { border-color: rgb(4,96,187); }

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