Html Css Color HEX #4C81FF Cornflower Blue

📋 copy color: '#4C81FF'

red 76 ◦ green 129 ◦ blue 255

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

Shades of Cornflower Blue #4C81FF

Tints of Cornflower Blue #4C81FF

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.04%

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

R = 16.52%
G = 28.04%
B = 55.43%

CMYK

 C value IS 0.70

 M value IS 0.49

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4C81FF (or 0x4C81FF) is known color: Cornflower Blue. HEX triplet: 4C, 81 and FF. RGB value is (76,129,255). Sum of RGB (Red+Green+Blue) = 76+129+255=460 (60% of max value = 765). Red value is 76 (30.08% from 255 or 16.52% from 460); Green value is 129 (50.78% from 255 or 28.04% from 460); Blue value is 255 (100% from 255 or 55.43% from 460); Max value from RGB is 255 - color contains mainly: blue. Hex color #4C81FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4C81FF is #B37E00. Grayscale: #7E7E7E. Windows color (decimal): -11763201 or 16744780. OLE color: 16744780.

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

Color convert

RGB 76 129 255 -
CMYK 0.70 0.49 0 0
HSL 222.23º 1% 0.65% -
HSV(B) 222.23º 0.7% 1% -
XYZ 28.88 24.46 97.81 -
YUV 127.52 199.94 91.25 -
System Red Green Blue C M Y K H S L
Decimal 76 129 255 0.70 0.49 0 0 222.23 1 0.65
Hex 4C 81 FF 46 31 0 0 DE 64 41
Octal 114 201 377 106 61 0 0 336 144 101
Binary 1001100 10000001 11111111 1000110 110001 0 0 11011110 1100100 1000001

Color Harmonies of #4C81FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C81FF

Black with #4C81FF

Text Example


Text Example

White with #4C81FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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