Html Css Color HEX #4992BE Curious Blue

📋 copy color: '#4992BE'

red 73 ◦ green 146 ◦ blue 190

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

Shades of Curious Blue #4992BE

Tints of Curious Blue #4992BE

RGB

 RED value IS 73 (28.91% from 255) = 17.85%

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

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

R = 17.85%
G = 35.7%
B = 46.45%

CMYK

 C value IS 0.62

 M value IS 0.23

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4992BE (or 0x4992BE) is known color: Curious Blue. HEX triplet: 49, 92 and BE. RGB value is (73,146,190). Sum of RGB (Red+Green+Blue) = 73+146+190=409 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.85% from 409); Green value is 146 (57.42% from 255 or 35.70% from 409); Blue value is 190 (74.61% from 255 or 46.45% from 409); Max value from RGB is 190 - color contains mainly: blue. Hex color #4992BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4992BE is #B66D41. Grayscale: #808080. Windows color (decimal): -11955522 or 12489289. OLE color: 12489289.

HSL color Cylindrical-coordinate representation of color #4992BE: hue angle of 202.56º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4992BE is Cyan = 0.62, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 73 146 190 -
CMYK 0.62 0.23 0 0.25
HSL 202.56º 0.47% 0.52% -
HSV(B) 202.56º 0.62% 0.75% -
XYZ 22.32 25.69 52.5 -
YUV 129.19 162.32 87.92 -
System Red Green Blue C M Y K H S L
Decimal 73 146 190 0.62 0.23 0 0.25 202.56 0.47 0.52
Hex 49 92 BE 3E 17 0 19 CB 2F 34
Octal 111 222 276 76 27 0 31 313 57 64
Binary 1001001 10010010 10111110 111110 10111 0 11001 11001011 101111 110100

Color Harmonies of #4992BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4992BE

Black with #4992BE

Text Example


Text Example

White with #4992BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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