Html Css Color HEX #4096BE Curious Blue

📋 copy color: '#4096BE'

red 64 ◦ green 150 ◦ blue 190

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

Shades of Curious Blue #4096BE

Tints of Curious Blue #4096BE

RGB

 RED value IS 64 (25.39% from 255) = 15.84%

 GREEN value IS 150 (58.98% from 255) = 37.13%

 BLUE value IS 190 (74.61% from 255) = 47.03%

R = 15.84%
G = 37.13%
B = 47.03%

CMYK

 C value IS 0.66

 M value IS 0.21

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4096BE (or 0x4096BE) is known color: Curious Blue. HEX triplet: 40, 96 and BE. RGB value is (64,150,190). Sum of RGB (Red+Green+Blue) = 64+150+190=404 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.84% from 404); Green value is 150 (58.98% from 255 or 37.13% from 404); Blue value is 190 (74.61% from 255 or 47.03% from 404); Max value from RGB is 190 - color contains mainly: blue. Hex color #4096BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4096BE is #BF6941. Grayscale: #808080. Windows color (decimal): -12544322 or 12490304. OLE color: 12490304.

HSL color Cylindrical-coordinate representation of color #4096BE: hue angle of 199.05º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4096BE is Cyan = 0.66, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 64 150 190 -
CMYK 0.66 0.21 0 0.25
HSL 199.05º 0.5% 0.5% -
HSV(B) 199.05º 0.66% 0.75% -
XYZ 22.31 26.62 52.68 -
YUV 128.85 162.51 81.75 -
System Red Green Blue C M Y K H S L
Decimal 64 150 190 0.66 0.21 0 0.25 199.05 0.5 0.5
Hex 40 96 BE 42 15 0 19 C7 32 32
Octal 100 226 276 102 25 0 31 307 62 62
Binary 1000000 10010110 10111110 1000010 10101 0 11001 11000111 110010 110010

Color Harmonies of #4096BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4096BE

Black with #4096BE

Text Example


Text Example

White with #4096BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4096BE; }

 p { color: rgb(64,150,190); }

 H1.HeaderClassName
 {
   color: #4096BE;
 }
 .AnyTagClassName
 {
   color: #4096BE;
 }
</style>

background-color css

<style>
 a { background-color: #4096BE; }

 a { background-color: rgb(64,150,190); }

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

border-color css

<style>
 span { border-color: #4096BE; }

 span { border-color: rgb(64,150,190); }

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