Html Css Color HEX #4C8FFF Cornflower Blue

📋 copy color: '#4C8FFF'

red 76 ◦ green 143 ◦ blue 255

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

Shades of Cornflower Blue #4C8FFF

Tints of Cornflower Blue #4C8FFF

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.17%

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

R = 16.03%
G = 30.17%
B = 53.8%

CMYK

 C value IS 0.70

 M value IS 0.44

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4C8FFF (or 0x4C8FFF) is known color: Cornflower Blue. HEX triplet: 4C, 8F and FF. RGB value is (76,143,255). Sum of RGB (Red+Green+Blue) = 76+143+255=474 (62% of max value = 765). Red value is 76 (30.08% from 255 or 16.03% from 474); Green value is 143 (56.25% from 255 or 30.17% from 474); Blue value is 255 (100% from 255 or 53.80% from 474); Max value from RGB is 255 - color contains mainly: blue. Hex color #4C8FFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4C8FFF is #B37000. Grayscale: #878787. Windows color (decimal): -11759617 or 16748364. OLE color: 16748364.

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

Color convert

RGB 76 143 255 -
CMYK 0.70 0.44 0 0
HSL 217.54º 1% 0.65% -
HSV(B) 217.54º 0.7% 1% -
XYZ 30.85 28.4 98.46 -
YUV 135.74 195.3 85.39 -
System Red Green Blue C M Y K H S L
Decimal 76 143 255 0.70 0.44 0 0 217.54 1 0.65
Hex 4C 8F FF 46 2C 0 0 DA 64 41
Octal 114 217 377 106 54 0 0 332 144 101
Binary 1001100 10001111 11111111 1000110 101100 0 0 11011010 1100100 1000001

Color Harmonies of #4C8FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C8FFF

Black with #4C8FFF

Text Example


Text Example

White with #4C8FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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