Html Css Color HEX #484278 Corn Flower Blue

📋 copy color: '#484278'

red 72 ◦ green 66 ◦ blue 120

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

Shades of Corn Flower Blue #484278

Tints of Corn Flower Blue #484278

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.58%

 BLUE value IS 120 (47.27% from 255) = 46.51%

R = 27.91%
G = 25.58%
B = 46.51%

CMYK

 C value IS 0.40

 M value IS 0.45

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#484278 (or 0x484278) is known color: Corn Flower Blue. HEX triplet: 48, 42 and 78. RGB value is (72,66,120). Sum of RGB (Red+Green+Blue) = 72+66+120=258 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.91% from 258); Green value is 66 (26.17% from 255 or 25.58% from 258); Blue value is 120 (47.27% from 255 or 46.51% from 258); Max value from RGB is 120 - color contains mainly: blue. Hex color #484278 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484278 is #B7BD87. Grayscale: #494949. Windows color (decimal): -12041608 or 7881288. OLE color: 7881288.

HSL color Cylindrical-coordinate representation of color #484278: hue angle of 246.67º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #484278 is Cyan = 0.40, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 72 66 120 -
CMYK 0.40 0.45 0 0.53
HSL 246.67º 0.29% 0.36% -
HSV(B) 246.67º 0.45% 0.47% -
XYZ 8.01 6.63 18.63 -
YUV 73.95 153.99 126.61 -
System Red Green Blue C M Y K H S L
Decimal 72 66 120 0.40 0.45 0 0.53 246.67 0.29 0.36
Hex 48 42 78 28 2D 0 35 F7 1D 24
Octal 110 102 170 50 55 0 65 367 35 44
Binary 1001000 1000010 1111000 101000 101101 0 110101 11110111 11101 100100

Color Harmonies of #484278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484278

Black with #484278

Text Example


Text Example

White with #484278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484278; }

 p { color: rgb(72,66,120); }

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

background-color css

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

 a { background-color: rgb(72,66,120); }

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

border-color css

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

 span { border-color: rgb(72,66,120); }

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