Html Css Color HEX #4A92BE Curious Blue

📋 copy color: '#4A92BE'

red 74 ◦ green 146 ◦ blue 190

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

Shades of Curious Blue #4A92BE

Tints of Curious Blue #4A92BE

RGB

 RED value IS 74 (29.3% from 255) = 18.05%

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

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

R = 18.05%
G = 35.61%
B = 46.34%

CMYK

 C value IS 0.61

 M value IS 0.23

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4A92BE (or 0x4A92BE) is known color: Curious Blue. HEX triplet: 4A, 92 and BE. RGB value is (74,146,190). Sum of RGB (Red+Green+Blue) = 74+146+190=410 (54% of max value = 765). Red value is 74 (29.30% from 255 or 18.05% from 410); Green value is 146 (57.42% from 255 or 35.61% from 410); Blue value is 190 (74.61% from 255 or 46.34% from 410); Max value from RGB is 190 - color contains mainly: blue. Hex color #4A92BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A92BE is #B56D41. Grayscale: #818181. Windows color (decimal): -11889986 or 12489290. OLE color: 12489290.

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

Color convert

RGB 74 146 190 -
CMYK 0.61 0.23 0 0.25
HSL 202.76º 0.47% 0.52% -
HSV(B) 202.76º 0.61% 0.75% -
XYZ 22.4 25.73 52.5 -
YUV 129.49 162.15 88.42 -
System Red Green Blue C M Y K H S L
Decimal 74 146 190 0.61 0.23 0 0.25 202.76 0.47 0.52
Hex 4A 92 BE 3D 17 0 19 CB 2F 34
Octal 112 222 276 75 27 0 31 313 57 64
Binary 1001010 10010010 10111110 111101 10111 0 11001 11001011 101111 110100

Color Harmonies of #4A92BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A92BE

Black with #4A92BE

Text Example


Text Example

White with #4A92BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A92BE; }

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

 H1.HeaderClassName
 {
   color: #4A92BE;
 }
 .AnyTagClassName
 {
   color: #4A92BE;
 }
</style>

background-color css

<style>
 a { background-color: #4A92BE; }

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

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

border-color css

<style>
 span { border-color: #4A92BE; }

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

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