Html Css Color HEX #4B92BE Curious Blue

📋 copy color: '#4B92BE'

red 75 ◦ green 146 ◦ blue 190

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

Shades of Curious Blue #4B92BE

Tints of Curious Blue #4B92BE

RGB

 RED value IS 75 (29.69% from 255) = 18.25%

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

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

R = 18.25%
G = 35.52%
B = 46.23%

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

#4B92BE (or 0x4B92BE) is known color: Curious Blue. HEX triplet: 4B, 92 and BE. RGB value is (75,146,190). Sum of RGB (Red+Green+Blue) = 75+146+190=411 (54% of max value = 765). Red value is 75 (29.69% from 255 or 18.25% from 411); Green value is 146 (57.42% from 255 or 35.52% from 411); Blue value is 190 (74.61% from 255 or 46.23% from 411); Max value from RGB is 190 - color contains mainly: blue. Hex color #4B92BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4B92BE is #B46D41. Grayscale: #818181. Windows color (decimal): -11824450 or 12489291. OLE color: 12489291.

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

Color convert

RGB 75 146 190 -
CMYK 0.61 0.23 0 0.25
HSL 202.96º 0.47% 0.52% -
HSV(B) 202.96º 0.61% 0.75% -
XYZ 22.47 25.77 52.51 -
YUV 129.79 161.98 88.92 -
System Red Green Blue C M Y K H S L
Decimal 75 146 190 0.61 0.23 0 0.25 202.96 0.47 0.52
Hex 4B 92 BE 3D 17 0 19 CB 2F 34
Octal 113 222 276 75 27 0 31 313 57 64
Binary 1001011 10010010 10111110 111101 10111 0 11001 11001011 101111 110100

Color Harmonies of #4B92BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B92BE

Black with #4B92BE

Text Example


Text Example

White with #4B92BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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