#4b9aee

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

Shades of Cornflower Blue #4B9AEE

Tints of Cornflower Blue #4B9AEE

Color information

#4B9AEE (or 0x4B9AEE) is unknown color: approx Cornflower Blue. HEX triplet: 4B, 9A and EE. RGB value is (75,154,238). Sum of RGB (Red+Green+Blue) = 75+154+238=467 (61% of max value = 765). Red value is 75 (29.69% from 255 or 16.06% from 467); Green value is 154 (60.55% from 255 or 32.98% from 467); Blue value is 238 (93.36% from 255 or 50.96% from 467); Max value from RGB is 238 - color contains mainly: blue. Hex color #4B9AEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4B9AEE is #B46511. Grayscale: #8B8B8B. Windows color (decimal): -11822354 or 15637067. OLE color: 15637067.

HSL color Cylindrical-coordinate representation of color #4B9AEE: hue angle of 210.92º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4B9AEE is Cyan = 0.68, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB75154238-
CMYK0.680.3500.07
HSL210.92º82.74%61.37%-
HSV(B)210.92º68.49%93.33%-
XYZ29.8930.7885.25-
YUV139.95183.3381.67-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 16.06%
GREEN value IS 154 (60.55% from 255) = 32.98%
BLUE value IS 238 (93.36% from 255) = 50.96%
R=16.06%
G=32.98%
B=50.96%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal751542380.680.3500.07210.9282.7461.37
Hex4B9AEE442307d3533d
Octal113232356104430732312375
Binary1001011100110101110111010001001000110111110100111010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4b9aee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,154,238); }

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

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

 a { background-color: rgb(75,154,238); }

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

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

 span { border-color: rgb(75,154,238); }

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