Html Css Color HEX #4F507A Corn Flower Blue

📋 copy color: '#4F507A'

red 79 ◦ green 80 ◦ blue 122

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

Shades of Corn Flower Blue #4F507A

Tints of Corn Flower Blue #4F507A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 43.42%

R = 28.11%
G = 28.47%
B = 43.42%

CMYK

 C value IS 0.35

 M value IS 0.34

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#4F507A (or 0x4F507A) is known color: Corn Flower Blue. HEX triplet: 4F, 50 and 7A. RGB value is (79,80,122). Sum of RGB (Red+Green+Blue) = 79+80+122=281 (37% of max value = 765). Red value is 79 (31.25% from 255 or 28.11% from 281); Green value is 80 (31.64% from 255 or 28.47% from 281); Blue value is 122 (48.05% from 255 or 43.42% from 281); Max value from RGB is 122 - color contains mainly: blue. Hex color #4F507A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F507A is #B0AF85. Grayscale: #545454. Windows color (decimal): -11579270 or 8015951. OLE color: 8015951.

HSL color Cylindrical-coordinate representation of color #4F507A: hue angle of 238.6º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4F507A is Cyan = 0.35, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 79 80 122 -
CMYK 0.35 0.34 0 0.52
HSL 238.6º 0.21% 0.39% -
HSV(B) 238.6º 0.35% 0.48% -
XYZ 9.61 8.8 19.61 -
YUV 84.49 149.17 124.08 -
System Red Green Blue C M Y K H S L
Decimal 79 80 122 0.35 0.34 0 0.52 238.6 0.21 0.39
Hex 4F 50 7A 23 22 0 34 EF 15 27
Octal 117 120 172 43 42 0 64 357 25 47
Binary 1001111 1010000 1111010 100011 100010 0 110100 11101111 10101 100111

Color Harmonies of #4F507A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F507A

Black with #4F507A

Text Example


Text Example

White with #4F507A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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