Html Css Color HEX #464078 Corn Flower Blue

📋 copy color: '#464078'

red 70 ◦ green 64 ◦ blue 120

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

Shades of Corn Flower Blue #464078

Tints of Corn Flower Blue #464078

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.2%

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

R = 27.56%
G = 25.2%
B = 47.24%

CMYK

 C value IS 0.42

 M value IS 0.47

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#464078 (or 0x464078) is known color: Corn Flower Blue. HEX triplet: 46, 40 and 78. RGB value is (70,64,120). Sum of RGB (Red+Green+Blue) = 70+64+120=254 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.56% from 254); Green value is 64 (25.39% from 255 or 25.20% from 254); Blue value is 120 (47.27% from 255 or 47.24% from 254); Max value from RGB is 120 - color contains mainly: blue. Hex color #464078 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464078 is #B9BF87. Grayscale: #474747. Windows color (decimal): -12173192 or 7880774. OLE color: 7880774.

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

Color convert

RGB 70 64 120 -
CMYK 0.42 0.47 0 0.53
HSL 246.43º 0.3% 0.36% -
HSV(B) 246.43º 0.47% 0.47% -
XYZ 7.75 6.32 18.58 -
YUV 72.18 154.99 126.45 -
System Red Green Blue C M Y K H S L
Decimal 70 64 120 0.42 0.47 0 0.53 246.43 0.3 0.36
Hex 46 40 78 2A 2F 0 35 F6 1E 24
Octal 106 100 170 52 57 0 65 366 36 44
Binary 1000110 1000000 1111000 101010 101111 0 110101 11110110 11110 100100

Color Harmonies of #464078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464078

Black with #464078

Text Example


Text Example

White with #464078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464078; }

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

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

background-color css

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

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

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

border-color css

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

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

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