#4B8FE1

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

Shades of Cornflower Blue #4B8FE1

Tints of Cornflower Blue #4B8FE1

Color information

#4B8FE1 (or 0x4B8FE1) is unknown color: approx Cornflower Blue. HEX triplet: 4B, 8F and E1. RGB value is (75,143,225). Sum of RGB (Red+Green+Blue) = 75+143+225=443 (58% of max value = 765). Red value is 75 (29.69% from 255 or 16.93% from 443); Green value is 143 (56.25% from 255 or 32.28% from 443); Blue value is 225 (88.28% from 255 or 50.79% from 443); Max value from RGB is 225 - color contains mainly: blue. Hex color #4B8FE1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4B8FE1 is #B4701E. Grayscale: #838383. Windows color (decimal): -11825183 or 14782283. OLE color: 14782283.

HSL color Cylindrical-coordinate representation of color #4B8FE1: hue angle of 212.8º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4B8FE1 is Cyan = 0.67, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB75143225-
CMYK0.670.3600.12
HSL212.8º71.43%58.82%-
HSV(B)212.8º66.67%88.24%-
XYZ26.3126.5874.98-
YUV132.02180.4787.33-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 16.93%
GREEN value IS 143 (56.25% from 255) = 32.28%
BLUE value IS 225 (88.28% from 255) = 50.79%
R=16.93%
G=32.28%
B=50.79%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal751432250.670.3600.12212.871.4358.82
Hex4B8FE143240Cd5473b
Octal1132173411034401432510773
Binary10010111000111111100001100001110010001100110101011000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B8FE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,143,225); }

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

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

 a { background-color: rgb(75,143,225); }

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

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

 span { border-color: rgb(75,143,225); }

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