Html Css Color HEX #484766 Corn Flower Blue

📋 copy color: '#484766'

red 72 ◦ green 71 ◦ blue 102

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

Shades of Corn Flower Blue #484766

Tints of Corn Flower Blue #484766

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 41.63%

R = 29.39%
G = 28.98%
B = 41.63%

CMYK

 C value IS 0.29

 M value IS 0.30

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#484766 (or 0x484766) is known color: Corn Flower Blue. HEX triplet: 48, 47 and 66. RGB value is (72,71,102). Sum of RGB (Red+Green+Blue) = 72+71+102=245 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.39% from 245); Green value is 71 (28.12% from 255 or 28.98% from 245); Blue value is 102 (40.23% from 255 or 41.63% from 245); Max value from RGB is 102 - color contains mainly: blue. Hex color #484766 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484766 is #B7B899. Grayscale: #4A4A4A. Windows color (decimal): -12040346 or 6702920. OLE color: 6702920.

HSL color Cylindrical-coordinate representation of color #484766: hue angle of 241.94º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #484766 is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 72 71 102 -
CMYK 0.29 0.30 0 0.6
HSL 241.94º 0.18% 0.34% -
HSV(B) 241.94º 0.3% 0.4% -
XYZ 7.32 6.84 13.51 -
YUV 74.83 143.33 125.98 -
System Red Green Blue C M Y K H S L
Decimal 72 71 102 0.29 0.30 0 0.6 241.94 0.18 0.34
Hex 48 47 66 1D 1E 0 3C F2 12 22
Octal 110 107 146 35 36 0 74 362 22 42
Binary 1001000 1000111 1100110 11101 11110 0 111100 11110010 10010 100010

Color Harmonies of #484766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484766

Black with #484766

Text Example


Text Example

White with #484766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484766; }

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

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

background-color css

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

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

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

border-color css

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

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

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