Html Css Color HEX #4C8BFC Cornflower Blue

📋 copy color: '#4C8BFC'

red 76 ◦ green 139 ◦ blue 252

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

Shades of Cornflower Blue #4C8BFC

Tints of Cornflower Blue #4C8BFC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.76%

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

R = 16.27%
G = 29.76%
B = 53.96%

CMYK

 C value IS 0.70

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4C8BFC (or 0x4C8BFC) is known color: Cornflower Blue. HEX triplet: 4C, 8B and FC. RGB value is (76,139,252). Sum of RGB (Red+Green+Blue) = 76+139+252=467 (61% of max value = 765). Red value is 76 (30.08% from 255 or 16.27% from 467); Green value is 139 (54.69% from 255 or 29.76% from 467); Blue value is 252 (98.83% from 255 or 53.96% from 467); Max value from RGB is 252 - color contains mainly: blue. Hex color #4C8BFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4C8BFC is #B37403. Grayscale: #848484. Windows color (decimal): -11760644 or 16550732. OLE color: 16550732.

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

Color convert

RGB 76 139 252 -
CMYK 0.70 0.45 0 0.01
HSL 218.52º 0.97% 0.64% -
HSV(B) 218.52º 0.7% 0.99% -
XYZ 29.78 27.03 95.74 -
YUV 133.05 195.13 87.31 -
System Red Green Blue C M Y K H S L
Decimal 76 139 252 0.70 0.45 0 0.01 218.52 0.97 0.64
Hex 4C 8B FC 46 2D 0 1 DB 61 40
Octal 114 213 374 106 55 0 1 333 141 100
Binary 1001100 10001011 11111100 1000110 101101 0 1 11011011 1100001 1000000

Color Harmonies of #4C8BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C8BFC

Black with #4C8BFC

Text Example


Text Example

White with #4C8BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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