Html Css Color HEX #4C90FF Cornflower Blue

📋 copy color: '#4C90FF'

red 76 ◦ green 144 ◦ blue 255

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

Shades of Cornflower Blue #4C90FF

Tints of Cornflower Blue #4C90FF

RGB

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

 GREEN value IS 144 (56.64% from 255) = 30.32%

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

R = 16%
G = 30.32%
B = 53.68%

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

#4C90FF (or 0x4C90FF) is known color: Cornflower Blue. HEX triplet: 4C, 90 and FF. RGB value is (76,144,255). Sum of RGB (Red+Green+Blue) = 76+144+255=475 (62% of max value = 765). Red value is 76 (30.08% from 255 or 16% from 475); Green value is 144 (56.64% from 255 or 30.32% from 475); Blue value is 255 (100% from 255 or 53.68% from 475); Max value from RGB is 255 - color contains mainly: blue. Hex color #4C90FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4C90FF is #B36F00. Grayscale: #878787. Windows color (decimal): -11759361 or 16748620. OLE color: 16748620.

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

Color convert

RGB 76 144 255 -
CMYK 0.70 0.44 0 0
HSL 217.21º 1% 0.65% -
HSV(B) 217.21º 0.7% 1% -
XYZ 31 28.7 98.51 -
YUV 136.32 194.97 84.97 -
System Red Green Blue C M Y K H S L
Decimal 76 144 255 0.70 0.44 0 0 217.21 1 0.65
Hex 4C 90 FF 46 2C 0 0 D9 64 41
Octal 114 220 377 106 54 0 0 331 144 101
Binary 1001100 10010000 11111111 1000110 101100 0 0 11011001 1100100 1000001

Color Harmonies of #4C90FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C90FF

Black with #4C90FF

Text Example


Text Example

White with #4C90FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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