#4B91BF

Color #4B91BF Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #4B91BF

Tints of Curious Blue #4B91BF

Color information

#4B91BF (or 0x4B91BF) is unknown color: approx Curious Blue. HEX triplet: 4B, 91 and BF. RGB value is (75,145,191). Sum of RGB (Red+Green+Blue) = 75+145+191=411 (54% of max value = 765). Red value is 75 (29.69% from 255 or 18.25% from 411); Green value is 145 (57.03% from 255 or 35.28% from 411); Blue value is 191 (75% from 255 or 46.47% from 411); Max value from RGB is 191 - color contains mainly: blue. Hex color #4B91BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4B91BF is #B46E40. Grayscale: #818181. Windows color (decimal): -11824705 or 12554571. OLE color: 12554571.

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

Color convert

RGB75145191-
CMYK0.610.2400.25
HSL203.79º47.54%52.16%-
HSV(B)203.79º60.73%74.9%-
XYZ22.4325.5153.03-
YUV129.31162.8189.26-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 18.25%
GREEN value IS 145 (57.03% from 255) = 35.28%
BLUE value IS 191 (75% from 255) = 46.47%
R=18.25%
G=35.28%
B=46.47%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal751451910.610.2400.25203.7947.5452.16
Hex4B91BF3D18019cc3034
Octal11322127775300313146064
Binary100101110010001101111111111011100001100111001100110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B91BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,145,191); }

 H1.HeaderClassName
 {
   color: #4B91BF;
 }
 .AnyTagClassName
 {
   color: #4B91BF;
 }
</style>
background-color css

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

 a { background-color: rgb(75,145,191); }

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

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

 span { border-color: rgb(75,145,191); }

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