Html Css Color HEX #484277 Corn Flower Blue

📋 copy color: '#484277'

red 72 ◦ green 66 ◦ blue 119

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

Shades of Corn Flower Blue #484277

Tints of Corn Flower Blue #484277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 46.3%

R = 28.02%
G = 25.68%
B = 46.3%

CMYK

 C value IS 0.39

 M value IS 0.45

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#484277 (or 0x484277) is known color: Corn Flower Blue. HEX triplet: 48, 42 and 77. RGB value is (72,66,119). Sum of RGB (Red+Green+Blue) = 72+66+119=257 (34% of max value = 765). Red value is 72 (28.52% from 255 or 28.02% from 257); Green value is 66 (26.17% from 255 or 25.68% from 257); Blue value is 119 (46.88% from 255 or 46.30% from 257); Max value from RGB is 119 - color contains mainly: blue. Hex color #484277 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484277 is #B7BD88. Grayscale: #494949. Windows color (decimal): -12041609 or 7815752. OLE color: 7815752.

HSL color Cylindrical-coordinate representation of color #484277: hue angle of 246.79º 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 #484277 is Cyan = 0.39, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 72 66 119 -
CMYK 0.39 0.45 0 0.53
HSL 246.79º 0.29% 0.36% -
HSV(B) 246.79º 0.45% 0.47% -
XYZ 7.95 6.61 18.31 -
YUV 73.84 153.49 126.69 -
System Red Green Blue C M Y K H S L
Decimal 72 66 119 0.39 0.45 0 0.53 246.79 0.29 0.36
Hex 48 42 77 27 2D 0 35 F7 1D 24
Octal 110 102 167 47 55 0 65 367 35 44
Binary 1001000 1000010 1110111 100111 101101 0 110101 11110111 11101 100100

Color Harmonies of #484277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484277

Black with #484277

Text Example


Text Example

White with #484277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484277; }

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

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

background-color css

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

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

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

border-color css

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

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

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