Html Css Color HEX #4995FF Cornflower Blue

📋 copy color: '#4995FF'

red 73 ◦ green 149 ◦ blue 255

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

Shades of Cornflower Blue #4995FF

Tints of Cornflower Blue #4995FF

RGB

 RED value IS 73 (28.91% from 255) = 15.3%

 GREEN value IS 149 (58.59% from 255) = 31.24%

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

R = 15.3%
G = 31.24%
B = 53.46%

CMYK

 C value IS 0.71

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4995FF (or 0x4995FF) is known color: Cornflower Blue. HEX triplet: 49, 95 and FF. RGB value is (73,149,255). Sum of RGB (Red+Green+Blue) = 73+149+255=477 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.30% from 477); Green value is 149 (58.59% from 255 or 31.24% from 477); Blue value is 255 (100% from 255 or 53.46% from 477); Max value from RGB is 255 - color contains mainly: blue. Hex color #4995FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4995FF is #B66A00. Grayscale: #898989. Windows color (decimal): -11954689 or 16749897. OLE color: 16749897.

HSL color Cylindrical-coordinate representation of color #4995FF: hue angle of 214.95º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4995FF is Cyan = 0.71, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 73 149 255 -
CMYK 0.71 0.42 0 0
HSL 214.95º 1% 0.64% -
HSV(B) 214.95º 0.71% 1% -
XYZ 31.55 30.13 98.76 -
YUV 138.36 193.82 81.38 -
System Red Green Blue C M Y K H S L
Decimal 73 149 255 0.71 0.42 0 0 214.95 1 0.64
Hex 49 95 FF 47 2A 0 0 D7 64 40
Octal 111 225 377 107 52 0 0 327 144 100
Binary 1001001 10010101 11111111 1000111 101010 0 0 11010111 1100100 1000000

Color Harmonies of #4995FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4995FF

Black with #4995FF

Text Example


Text Example

White with #4995FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4995FF; }

 p { color: rgb(73,149,255); }

 H1.HeaderClassName
 {
   color: #4995FF;
 }
 .AnyTagClassName
 {
   color: #4995FF;
 }
</style>

background-color css

<style>
 a { background-color: #4995FF; }

 a { background-color: rgb(73,149,255); }

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

border-color css

<style>
 span { border-color: #4995FF; }

 span { border-color: rgb(73,149,255); }

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