Html Css Color HEX #4CA0EC Cornflower Blue

📋 copy color: '#4CA0EC'

red 76 ◦ green 160 ◦ blue 236

#4CA0EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cornflower Blue #4CA0EC

Tints of Cornflower Blue #4CA0EC

RGB

 RED value IS 76 (30.08% from 255) = 16.1%

 GREEN value IS 160 (62.89% from 255) = 33.9%

 BLUE value IS 236 (92.58% from 255) = 50%

R = 16.1%
G = 33.9%
B = 50%

CMYK

 C value IS 0.68

 M value IS 0.32

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4CA0EC (or 0x4CA0EC) is known color: Cornflower Blue. HEX triplet: 4C, A0 and EC. RGB value is (76,160,236). Sum of RGB (Red+Green+Blue) = 76+160+236=472 (62% of max value = 765). Red value is 76 (30.08% from 255 or 16.10% from 472); Green value is 160 (62.89% from 255 or 33.90% from 472); Blue value is 236 (92.58% from 255 or 50% from 472); Max value from RGB is 236 - color contains mainly: blue. Hex color #4CA0EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4CA0EC is #B35F13. Grayscale: #8F8F8F. Windows color (decimal): -11755284 or 15507532. OLE color: 15507532.

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

Color convert

RGB 76 160 236 -
CMYK 0.68 0.32 0 0.07
HSL 208.5º 0.81% 0.61% -
HSV(B) 208.5º 0.68% 0.93% -
XYZ 30.69 32.73 84.06 -
YUV 143.55 180.17 79.82 -
System Red Green Blue C M Y K H S L
Decimal 76 160 236 0.68 0.32 0 0.07 208.5 0.81 0.61
Hex 4C A0 EC 44 20 0 7 D0 51 3D
Octal 114 240 354 104 40 0 7 320 121 75
Binary 1001100 10100000 11101100 1000100 100000 0 111 11010000 1010001 111101

Color Harmonies of #4CA0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CA0EC

Black with #4CA0EC

Text Example


Text Example

White with #4CA0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,160,236); }

 H1.HeaderClassName
 {
   color: #4CA0EC;
 }
 .AnyTagClassName
 {
   color: #4CA0EC;
 }
</style>

background-color css

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

 a { background-color: rgb(76,160,236); }

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

border-color css

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

 span { border-color: rgb(76,160,236); }

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