Html Css Color HEX #484768 Corn Flower Blue

📋 copy color: '#484768'

red 72 ◦ green 71 ◦ blue 104

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

Shades of Corn Flower Blue #484768

Tints of Corn Flower Blue #484768

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.74%

 BLUE value IS 104 (41.02% from 255) = 42.11%

R = 29.15%
G = 28.74%
B = 42.11%

CMYK

 C value IS 0.31

 M value IS 0.32

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#484768 (or 0x484768) is known color: Corn Flower Blue. HEX triplet: 48, 47 and 68. RGB value is (72,71,104). Sum of RGB (Red+Green+Blue) = 72+71+104=247 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.15% from 247); Green value is 71 (28.12% from 255 or 28.74% from 247); Blue value is 104 (41.02% from 255 or 42.11% from 247); Max value from RGB is 104 - color contains mainly: blue. Hex color #484768 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484768 is #B7B897. Grayscale: #4A4A4A. Windows color (decimal): -12040344 or 6833992. OLE color: 6833992.

HSL color Cylindrical-coordinate representation of color #484768: hue angle of 241.82º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #484768 is Cyan = 0.31, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 72 71 104 -
CMYK 0.31 0.32 0 0.59
HSL 241.82º 0.19% 0.34% -
HSV(B) 241.82º 0.32% 0.41% -
XYZ 7.42 6.88 14.03 -
YUV 75.06 144.33 125.82 -
System Red Green Blue C M Y K H S L
Decimal 72 71 104 0.31 0.32 0 0.59 241.82 0.19 0.34
Hex 48 47 68 1F 20 0 3B F2 13 22
Octal 110 107 150 37 40 0 73 362 23 42
Binary 1001000 1000111 1101000 11111 100000 0 111011 11110010 10011 100010

Color Harmonies of #484768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484768

Black with #484768

Text Example


Text Example

White with #484768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484768; }

 p { color: rgb(72,71,104); }

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

background-color css

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

 a { background-color: rgb(72,71,104); }

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

border-color css

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

 span { border-color: rgb(72,71,104); }

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