#4B8BED

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

Shades of Cornflower Blue #4B8BED

Tints of Cornflower Blue #4B8BED

Color information

#4B8BED (or 0x4B8BED) is unknown color: approx Cornflower Blue. HEX triplet: 4B, 8B and ED. RGB value is (75,139,237). Sum of RGB (Red+Green+Blue) = 75+139+237=451 (59% of max value = 765). Red value is 75 (29.69% from 255 or 16.63% from 451); Green value is 139 (54.69% from 255 or 30.82% from 451); Blue value is 237 (92.97% from 255 or 52.55% from 451); Max value from RGB is 237 - color contains mainly: blue. Hex color #4B8BED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4B8BED is #B47412. Grayscale: #828282. Windows color (decimal): -11826195 or 15567691. OLE color: 15567691.

HSL color Cylindrical-coordinate representation of color #4B8BED: hue angle of 216.3º degrees, saturation: 0.82, 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 #4B8BED is Cyan = 0.68, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB75139237-
CMYK0.680.4100.07
HSL216.3º81.82%61.18%-
HSV(B)216.3º68.35%92.94%-
XYZ27.4226.0883.71-
YUV131.04187.888.03-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 16.63%
GREEN value IS 139 (54.69% from 255) = 30.82%
BLUE value IS 237 (92.97% from 255) = 52.55%
R=16.63%
G=30.82%
B=52.55%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal751392370.680.4100.07216.381.8261.18
Hex4B8BED442907d8523d
Octal113213355104510733012275
Binary1001011100010111110110110001001010010111110110001010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B8BED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,139,237); }

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

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

 a { background-color: rgb(75,139,237); }

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

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

 span { border-color: rgb(75,139,237); }

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