Html Css Color HEX #4F4B75 Corn Flower Blue

📋 copy color: '#4F4B75'

red 79 ◦ green 75 ◦ blue 117

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

Shades of Corn Flower Blue #4F4B75

Tints of Corn Flower Blue #4F4B75

RGB

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

 GREEN value IS 75 (29.69% from 255) = 27.68%

 BLUE value IS 117 (46.09% from 255) = 43.17%

R = 29.15%
G = 27.68%
B = 43.17%

CMYK

 C value IS 0.32

 M value IS 0.36

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#4F4B75 (or 0x4F4B75) is known color: Corn Flower Blue. HEX triplet: 4F, 4B and 75. RGB value is (79,75,117). Sum of RGB (Red+Green+Blue) = 79+75+117=271 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.15% from 271); Green value is 75 (29.69% from 255 or 27.68% from 271); Blue value is 117 (46.09% from 255 or 43.17% from 271); Max value from RGB is 117 - color contains mainly: blue. Hex color #4F4B75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F4B75 is #B0B48A. Grayscale: #505050. Windows color (decimal): -11580555 or 7686991. OLE color: 7686991.

HSL color Cylindrical-coordinate representation of color #4F4B75: hue angle of 245.71º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4F4B75 is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 79 75 117 -
CMYK 0.32 0.36 0 0.54
HSL 245.71º 0.22% 0.38% -
HSV(B) 245.71º 0.36% 0.46% -
XYZ 8.95 7.98 17.9 -
YUV 80.98 148.33 126.58 -
System Red Green Blue C M Y K H S L
Decimal 79 75 117 0.32 0.36 0 0.54 245.71 0.22 0.38
Hex 4F 4B 75 20 24 0 36 F6 16 26
Octal 117 113 165 40 44 0 66 366 26 46
Binary 1001111 1001011 1110101 100000 100100 0 110110 11110110 10110 100110

Color Harmonies of #4F4B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4B75

Black with #4F4B75

Text Example


Text Example

White with #4F4B75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,75,117); }

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

background-color css

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

 a { background-color: rgb(79,75,117); }

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

border-color css

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

 span { border-color: rgb(79,75,117); }

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