Html Css Color HEX #4F5073 Corn Flower Blue

📋 copy color: '#4F5073'

red 79 ◦ green 80 ◦ blue 115

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

Shades of Corn Flower Blue #4F5073

Tints of Corn Flower Blue #4F5073

RGB

 RED value IS 79 (31.25% from 255) = 28.83%

 GREEN value IS 80 (31.64% from 255) = 29.2%

 BLUE value IS 115 (45.31% from 255) = 41.97%

R = 28.83%
G = 29.2%
B = 41.97%

CMYK

 C value IS 0.31

 M value IS 0.30

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4F5073 (or 0x4F5073) is known color: Corn Flower Blue. HEX triplet: 4F, 50 and 73. RGB value is (79,80,115). Sum of RGB (Red+Green+Blue) = 79+80+115=274 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.83% from 274); Green value is 80 (31.64% from 255 or 29.20% from 274); Blue value is 115 (45.31% from 255 or 41.97% from 274); Max value from RGB is 115 - color contains mainly: blue. Hex color #4F5073 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5073 is #B0AF8C. Grayscale: #535353. Windows color (decimal): -11579277 or 7557199. OLE color: 7557199.

HSL color Cylindrical-coordinate representation of color #4F5073: hue angle of 238.33º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4F5073 is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 79 80 115 -
CMYK 0.31 0.30 0 0.55
HSL 238.33º 0.19% 0.38% -
HSV(B) 238.33º 0.31% 0.45% -
XYZ 9.19 8.64 17.4 -
YUV 83.69 145.67 124.65 -
System Red Green Blue C M Y K H S L
Decimal 79 80 115 0.31 0.30 0 0.55 238.33 0.19 0.38
Hex 4F 50 73 1F 1E 0 37 EE 13 26
Octal 117 120 163 37 36 0 67 356 23 46
Binary 1001111 1010000 1110011 11111 11110 0 110111 11101110 10011 100110

Color Harmonies of #4F5073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F5073

Black with #4F5073

Text Example


Text Example

White with #4F5073

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,80,115); }

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

background-color css

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

 a { background-color: rgb(79,80,115); }

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

border-color css

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

 span { border-color: rgb(79,80,115); }

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