Html Css Color HEX #4CAAFF Cornflower Blue

📋 copy color: '#4CAAFF'

red 76 ◦ green 170 ◦ blue 255

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

Shades of Cornflower Blue #4CAAFF

Tints of Cornflower Blue #4CAAFF

RGB

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

 GREEN value IS 170 (66.8% from 255) = 33.93%

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

R = 15.17%
G = 33.93%
B = 50.9%

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

#4CAAFF (or 0x4CAAFF) is known color: Cornflower Blue. HEX triplet: 4C, AA and FF. RGB value is (76,170,255). Sum of RGB (Red+Green+Blue) = 76+170+255=501 (66% of max value = 765). Red value is 76 (30.08% from 255 or 15.17% from 501); Green value is 170 (66.80% from 255 or 33.93% from 501); Blue value is 255 (100% from 255 or 50.90% from 501); Max value from RGB is 255 - color contains mainly: blue. Hex color #4CAAFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4CAAFF is #B35500. Grayscale: #979797. Windows color (decimal): -11752705 or 16755276. OLE color: 16755276.

HSL color Cylindrical-coordinate representation of color #4CAAFF: hue angle of 208.49º 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 #4CAAFF is Cyan = 0.70, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 76 170 255 -
CMYK 0.70 0.33 0 0
HSL 208.49º 1% 0.65% -
HSV(B) 208.49º 0.7% 1% -
XYZ 35.41 37.51 99.98 -
YUV 151.58 186.36 74.09 -
System Red Green Blue C M Y K H S L
Decimal 76 170 255 0.70 0.33 0 0 208.49 1 0.65
Hex 4C AA FF 46 21 0 0 D0 64 41
Octal 114 252 377 106 41 0 0 320 144 101
Binary 1001100 10101010 11111111 1000110 100001 0 0 11010000 1100100 1000001

Color Harmonies of #4CAAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CAAFF

Black with #4CAAFF

Text Example


Text Example

White with #4CAAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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