Html Css Color HEX #456070 Fiord

📋 copy color: '#456070'

red 69 ◦ green 96 ◦ blue 112

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

Shades of Fiord #456070

Tints of Fiord #456070

RGB

 RED value IS 69 (27.34% from 255) = 24.91%

 GREEN value IS 96 (37.89% from 255) = 34.66%

 BLUE value IS 112 (44.14% from 255) = 40.43%

R = 24.91%
G = 34.66%
B = 40.43%

CMYK

 C value IS 0.38

 M value IS 0.14

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#456070 (or 0x456070) is known color: Fiord. HEX triplet: 45, 60 and 70. RGB value is (69,96,112). Sum of RGB (Red+Green+Blue) = 69+96+112=277 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.91% from 277); Green value is 96 (37.89% from 255 or 34.66% from 277); Blue value is 112 (44.14% from 255 or 40.43% from 277); Max value from RGB is 112 - color contains mainly: blue. Hex color #456070 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456070 is #BA9F8F. Grayscale: #595959. Windows color (decimal): -12230544 or 7364677. OLE color: 7364677.

HSL color Cylindrical-coordinate representation of color #456070: hue angle of 202.33º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #456070 is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 69 96 112 -
CMYK 0.38 0.14 0 0.56
HSL 202.33º 0.24% 0.35% -
HSV(B) 202.33º 0.38% 0.44% -
XYZ 9.56 10.8 16.91 -
YUV 89.75 140.55 113.2 -
System Red Green Blue C M Y K H S L
Decimal 69 96 112 0.38 0.14 0 0.56 202.33 0.24 0.35
Hex 45 60 70 26 E 0 38 CA 18 23
Octal 105 140 160 46 16 0 70 312 30 43
Binary 1000101 1100000 1110000 100110 1110 0 111000 11001010 11000 100011

Color Harmonies of #456070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456070

Black with #456070

Text Example


Text Example

White with #456070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #456070; }

 p { color: rgb(69,96,112); }

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

background-color css

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

 a { background-color: rgb(69,96,112); }

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

border-color css

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

 span { border-color: rgb(69,96,112); }

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