#4a8bed

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

Shades of Cornflower Blue #4A8BED

Tints of Cornflower Blue #4A8BED

Color information

#4A8BED (or 0x4A8BED) is unknown color: approx Cornflower Blue. HEX triplet: 4A, 8B and ED. RGB value is (74,139,237). Sum of RGB (Red+Green+Blue) = 74+139+237=450 (59% of max value = 765). Red value is 74 (29.30% from 255 or 16.44% from 450); Green value is 139 (54.69% from 255 or 30.89% from 450); Blue value is 237 (92.97% from 255 or 52.67% from 450); Max value from RGB is 237 - color contains mainly: blue. Hex color #4A8BED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4A8BED is #B57412. Grayscale: #828282. Windows color (decimal): -11891731 or 15567690. OLE color: 15567690.

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

Color convert

RGB74139237-
CMYK0.690.4100.07
HSL216.07º81.91%60.98%-
HSV(B)216.07º68.78%92.94%-
XYZ27.3426.0483.71-
YUV130.74187.9787.53-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 16.44%
GREEN value IS 139 (54.69% from 255) = 30.89%
BLUE value IS 237 (92.97% from 255) = 52.67%
R=16.44%
G=30.89%
B=52.67%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal741392370.690.4100.07216.0781.9160.98
Hex4A8BED452907d8523d
Octal112213355105510733012275
Binary1001010100010111110110110001011010010111110110001010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4a8bed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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