#4CABFE

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

Shades of Cornflower Blue #4CABFE

Tints of Cornflower Blue #4CABFE

Color information

#4CABFE (or 0x4CABFE) is unknown color: approx Cornflower Blue. HEX triplet: 4C, AB and FE. RGB value is (76,171,254). Sum of RGB (Red+Green+Blue) = 76+171+254=501 (66% of max value = 765). Red value is 76 (30.08% from 255 or 15.17% from 501); Green value is 171 (67.19% from 255 or 34.13% from 501); Blue value is 254 (99.61% from 255 or 50.70% from 501); Max value from RGB is 254 - color contains mainly: blue. Hex color #4CABFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4CABFE is #B35401. Grayscale: #979797. Windows color (decimal): -11752450 or 16689996. OLE color: 16689996.

HSL color Cylindrical-coordinate representation of color #4CABFE: hue angle of 207.98º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CABFE is Cyan = 0.70, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB76171254-
CMYK0.700.3300.00
HSL207.98º98.89%64.71%-
HSV(B)207.98º70.08%99.61%-
XYZ35.4337.8299.2-
YUV152.06185.5373.75-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 15.17%
GREEN value IS 171 (67.19% from 255) = 34.13%
BLUE value IS 254 (99.61% from 255) = 50.70%
R=15.17%
G=34.13%
B=50.70%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal761712540.700.3300.00207.9898.8964.71
Hex4CABFE462100d06341
Octal1142533761064100320143101
Binary100110010101011111111101000110100001001101000011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CABFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,171,254); }

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

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

 a { background-color: rgb(76,171,254); }

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

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

 span { border-color: rgb(76,171,254); }

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