Html Css Color HEX #4092BE Curious Blue

📋 copy color: '#4092BE'

red 64 ◦ green 146 ◦ blue 190

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

Shades of Curious Blue #4092BE

Tints of Curious Blue #4092BE

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.5%

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

R = 16%
G = 36.5%
B = 47.5%

CMYK

 C value IS 0.66

 M value IS 0.23

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4092BE (or 0x4092BE) is known color: Curious Blue. HEX triplet: 40, 92 and BE. RGB value is (64,146,190). Sum of RGB (Red+Green+Blue) = 64+146+190=400 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16% from 400); Green value is 146 (57.42% from 255 or 36.5% from 400); Blue value is 190 (74.61% from 255 or 47.5% from 400); Max value from RGB is 190 - color contains mainly: blue. Hex color #4092BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4092BE is #BF6D41. Grayscale: #7E7E7E. Windows color (decimal): -12545346 or 12489280. OLE color: 12489280.

HSL color Cylindrical-coordinate representation of color #4092BE: hue angle of 200.95º 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 #4092BE is Cyan = 0.66, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 64 146 190 -
CMYK 0.66 0.23 0 0.25
HSL 200.95º 0.5% 0.5% -
HSV(B) 200.95º 0.66% 0.75% -
XYZ 21.69 25.37 52.47 -
YUV 126.5 163.83 83.42 -
System Red Green Blue C M Y K H S L
Decimal 64 146 190 0.66 0.23 0 0.25 200.95 0.5 0.5
Hex 40 92 BE 42 17 0 19 C9 32 32
Octal 100 222 276 102 27 0 31 311 62 62
Binary 1000000 10010010 10111110 1000010 10111 0 11001 11001001 110010 110010

Color Harmonies of #4092BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4092BE

Black with #4092BE

Text Example


Text Example

White with #4092BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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