Html Css Color HEX #4C7FFC Cornflower Blue

📋 copy color: '#4C7FFC'

red 76 ◦ green 127 ◦ blue 252

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

Shades of Cornflower Blue #4C7FFC

Tints of Cornflower Blue #4C7FFC

RGB

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

 GREEN value IS 127 (50% from 255) = 27.91%

 BLUE value IS 252 (98.83% from 255) = 55.38%

R = 16.7%
G = 27.91%
B = 55.38%

CMYK

 C value IS 0.70

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4C7FFC (or 0x4C7FFC) is known color: Cornflower Blue. HEX triplet: 4C, 7F and FC. RGB value is (76,127,252). Sum of RGB (Red+Green+Blue) = 76+127+252=455 (60% of max value = 765). Red value is 76 (30.08% from 255 or 16.70% from 455); Green value is 127 (50% from 255 or 27.91% from 455); Blue value is 252 (98.83% from 255 or 55.38% from 455); Max value from RGB is 252 - color contains mainly: blue. Hex color #4C7FFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4C7FFC is #B38003. Grayscale: #7D7D7D. Windows color (decimal): -11763716 or 16547660. OLE color: 16547660.

HSL color Cylindrical-coordinate representation of color #4C7FFC: hue angle of 222.61º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4C7FFC is Cyan = 0.70, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 76 127 252 -
CMYK 0.70 0.50 0 0.01
HSL 222.61º 0.97% 0.64% -
HSV(B) 222.61º 0.7% 0.99% -
XYZ 28.14 23.74 95.2 -
YUV 126 199.1 92.34 -
System Red Green Blue C M Y K H S L
Decimal 76 127 252 0.70 0.50 0 0.01 222.61 0.97 0.64
Hex 4C 7F FC 46 32 0 1 DF 61 40
Octal 114 177 374 106 62 0 1 337 141 100
Binary 1001100 1111111 11111100 1000110 110010 0 1 11011111 1100001 1000000

Color Harmonies of #4C7FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C7FFC

Black with #4C7FFC

Text Example


Text Example

White with #4C7FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,127,252); }

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

background-color css

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

 a { background-color: rgb(76,127,252); }

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

border-color css

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

 span { border-color: rgb(76,127,252); }

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