Html Css Color HEX #484965 Corn Flower Blue

📋 copy color: '#484965'

red 72 ◦ green 73 ◦ blue 101

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

Shades of Corn Flower Blue #484965

Tints of Corn Flower Blue #484965

RGB

 RED value IS 72 (28.52% from 255) = 29.27%

 GREEN value IS 73 (28.91% from 255) = 29.67%

 BLUE value IS 101 (39.84% from 255) = 41.06%

R = 29.27%
G = 29.67%
B = 41.06%

CMYK

 C value IS 0.29

 M value IS 0.28

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#484965 (or 0x484965) is known color: Corn Flower Blue. HEX triplet: 48, 49 and 65. RGB value is (72,73,101). Sum of RGB (Red+Green+Blue) = 72+73+101=246 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.27% from 246); Green value is 73 (28.91% from 255 or 29.67% from 246); Blue value is 101 (39.84% from 255 or 41.06% from 246); Max value from RGB is 101 - color contains mainly: blue. Hex color #484965 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484965 is #B7B69A. Grayscale: #4B4B4B. Windows color (decimal): -12039835 or 6637896. OLE color: 6637896.

HSL color Cylindrical-coordinate representation of color #484965: hue angle of 237.93º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #484965 is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 72 73 101 -
CMYK 0.29 0.28 0 0.60
HSL 237.93º 0.17% 0.34% -
HSV(B) 237.93º 0.29% 0.4% -
XYZ 7.4 7.08 13.29 -
YUV 75.89 142.17 125.22 -
System Red Green Blue C M Y K H S L
Decimal 72 73 101 0.29 0.28 0 0.60 237.93 0.17 0.34
Hex 48 49 65 1D 1C 0 3C EE 11 22
Octal 110 111 145 35 34 0 74 356 21 42
Binary 1001000 1001001 1100101 11101 11100 0 111100 11101110 10001 100010

Color Harmonies of #484965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484965

Black with #484965

Text Example


Text Example

White with #484965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484965; }

 p { color: rgb(72,73,101); }

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

background-color css

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

 a { background-color: rgb(72,73,101); }

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

border-color css

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

 span { border-color: rgb(72,73,101); }

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