Html Css Color HEX #464278 Corn Flower Blue

📋 copy color: '#464278'

red 70 ◦ green 66 ◦ blue 120

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

Shades of Corn Flower Blue #464278

Tints of Corn Flower Blue #464278

RGB

 RED value IS 70 (27.73% from 255) = 27.34%

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

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

R = 27.34%
G = 25.78%
B = 46.88%

CMYK

 C value IS 0.42

 M value IS 0.45

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#464278 (or 0x464278) is known color: Corn Flower Blue. HEX triplet: 46, 42 and 78. RGB value is (70,66,120). Sum of RGB (Red+Green+Blue) = 70+66+120=256 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.34% from 256); Green value is 66 (26.17% from 255 or 25.78% from 256); Blue value is 120 (47.27% from 255 or 46.88% from 256); Max value from RGB is 120 - color contains mainly: blue. Hex color #464278 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464278 is #B9BD87. Grayscale: #494949. Windows color (decimal): -12172680 or 7881286. OLE color: 7881286.

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

Color convert

RGB 70 66 120 -
CMYK 0.42 0.45 0 0.53
HSL 244.44º 0.29% 0.36% -
HSV(B) 244.44º 0.45% 0.47% -
XYZ 7.86 6.55 18.62 -
YUV 73.35 154.33 125.61 -
System Red Green Blue C M Y K H S L
Decimal 70 66 120 0.42 0.45 0 0.53 244.44 0.29 0.36
Hex 46 42 78 2A 2D 0 35 F4 1D 24
Octal 106 102 170 52 55 0 65 364 35 44
Binary 1000110 1000010 1111000 101010 101101 0 110101 11110100 11101 100100

Color Harmonies of #464278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464278

Black with #464278

Text Example


Text Example

White with #464278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464278; }

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

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

background-color css

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

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

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

border-color css

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

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

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