Html Css Color HEX #4CA2FF Cornflower Blue

📋 copy color: '#4CA2FF'

red 76 ◦ green 162 ◦ blue 255

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

Shades of Cornflower Blue #4CA2FF

Tints of Cornflower Blue #4CA2FF

RGB

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

 GREEN value IS 162 (63.67% from 255) = 32.86%

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

R = 15.42%
G = 32.86%
B = 51.72%

CMYK

 C value IS 0.70

 M value IS 0.36

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4CA2FF (or 0x4CA2FF) is known color: Cornflower Blue. HEX triplet: 4C, A2 and FF. RGB value is (76,162,255). Sum of RGB (Red+Green+Blue) = 76+162+255=493 (65% of max value = 765). Red value is 76 (30.08% from 255 or 15.42% from 493); Green value is 162 (63.67% from 255 or 32.86% from 493); Blue value is 255 (100% from 255 or 51.72% from 493); Max value from RGB is 255 - color contains mainly: blue. Hex color #4CA2FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4CA2FF is #B35D00. Grayscale: #929292. Windows color (decimal): -11754753 or 16753228. OLE color: 16753228.

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

Color convert

RGB 76 162 255 -
CMYK 0.70 0.36 0 0
HSL 211.17º 1% 0.65% -
HSV(B) 211.17º 0.7% 1% -
XYZ 33.95 34.6 99.5 -
YUV 146.89 189.01 77.44 -
System Red Green Blue C M Y K H S L
Decimal 76 162 255 0.70 0.36 0 0 211.17 1 0.65
Hex 4C A2 FF 46 24 0 0 D3 64 41
Octal 114 242 377 106 44 0 0 323 144 101
Binary 1001100 10100010 11111111 1000110 100100 0 0 11010011 1100100 1000001

Color Harmonies of #4CA2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CA2FF

Black with #4CA2FF

Text Example


Text Example

White with #4CA2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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