Html Css Color HEX #4CACFF Cornflower Blue

📋 copy color: '#4CACFF'

red 76 ◦ green 172 ◦ blue 255

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

Shades of Cornflower Blue #4CACFF

Tints of Cornflower Blue #4CACFF

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.19%

 BLUE value IS 255 (100% from 255) = 50.7%

R = 15.11%
G = 34.19%
B = 50.7%

CMYK

 C value IS 0.70

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4CACFF (or 0x4CACFF) is known color: Cornflower Blue. HEX triplet: 4C, AC and FF. RGB value is (76,172,255). Sum of RGB (Red+Green+Blue) = 76+172+255=503 (66% of max value = 765). Red value is 76 (30.08% from 255 or 15.11% from 503); Green value is 172 (67.58% from 255 or 34.19% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #4CACFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4CACFF is #B35300. Grayscale: #989898. Windows color (decimal): -11752193 or 16755788. OLE color: 16755788.

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

Color convert

RGB 76 172 255 -
CMYK 0.70 0.33 0 0
HSL 207.82º 1% 0.65% -
HSV(B) 207.82º 0.7% 1% -
XYZ 35.78 38.26 100.11 -
YUV 152.76 185.7 73.25 -
System Red Green Blue C M Y K H S L
Decimal 76 172 255 0.70 0.33 0 0 207.82 1 0.65
Hex 4C AC FF 46 21 0 0 D0 64 41
Octal 114 254 377 106 41 0 0 320 144 101
Binary 1001100 10101100 11111111 1000110 100001 0 0 11010000 1100100 1000001

Color Harmonies of #4CACFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CACFF

Black with #4CACFF

Text Example


Text Example

White with #4CACFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,172,255); }

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

background-color css

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

 a { background-color: rgb(76,172,255); }

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

border-color css

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

 span { border-color: rgb(76,172,255); }

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