Html Css Color HEX #434A73 Port Gore

📋 copy color: '#434A73'

red 67 ◦ green 74 ◦ blue 115

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

Shades of Port Gore #434A73

Tints of Port Gore #434A73

RGB

 RED value IS 67 (26.56% from 255) = 26.17%

 GREEN value IS 74 (29.3% from 255) = 28.91%

 BLUE value IS 115 (45.31% from 255) = 44.92%

R = 26.17%
G = 28.91%
B = 44.92%

CMYK

 C value IS 0.42

 M value IS 0.36

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#434A73 (or 0x434A73) is known color: Port Gore. HEX triplet: 43, 4A and 73. RGB value is (67,74,115). Sum of RGB (Red+Green+Blue) = 67+74+115=256 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.17% from 256); Green value is 74 (29.30% from 255 or 28.91% from 256); Blue value is 115 (45.31% from 255 or 44.92% from 256); Max value from RGB is 115 - color contains mainly: blue. Hex color #434A73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434A73 is #BCB58C. Grayscale: #4C4C4C. Windows color (decimal): -12367245 or 7555651. OLE color: 7555651.

HSL color Cylindrical-coordinate representation of color #434A73: hue angle of 231.25º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #434A73 is Cyan = 0.42, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 67 74 115 -
CMYK 0.42 0.36 0 0.55
HSL 231.25º 0.26% 0.36% -
HSV(B) 231.25º 0.42% 0.45% -
XYZ 7.86 7.33 17.22 -
YUV 76.58 149.68 121.17 -
System Red Green Blue C M Y K H S L
Decimal 67 74 115 0.42 0.36 0 0.55 231.25 0.26 0.36
Hex 43 4A 73 2A 24 0 37 E7 1A 24
Octal 103 112 163 52 44 0 67 347 32 44
Binary 1000011 1001010 1110011 101010 100100 0 110111 11100111 11010 100100

Color Harmonies of #434A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434A73

Black with #434A73

Text Example


Text Example

White with #434A73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434A73; }

 p { color: rgb(67,74,115); }

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

background-color css

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

 a { background-color: rgb(67,74,115); }

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

border-color css

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

 span { border-color: rgb(67,74,115); }

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