Html Css Color HEX #434A75 Port Gore

📋 copy color: '#434A75'

red 67 ◦ green 74 ◦ blue 117

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

Shades of Port Gore #434A75

Tints of Port Gore #434A75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 45.35%

R = 25.97%
G = 28.68%
B = 45.35%

CMYK

 C value IS 0.43

 M value IS 0.37

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#434A75 (or 0x434A75) is known color: Port Gore. HEX triplet: 43, 4A and 75. RGB value is (67,74,117). Sum of RGB (Red+Green+Blue) = 67+74+117=258 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.97% from 258); Green value is 74 (29.30% from 255 or 28.68% from 258); Blue value is 117 (46.09% from 255 or 45.35% from 258); Max value from RGB is 117 - color contains mainly: blue. Hex color #434A75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434A75 is #BCB58A. Grayscale: #4C4C4C. Windows color (decimal): -12367243 or 7686723. OLE color: 7686723.

HSL color Cylindrical-coordinate representation of color #434A75: hue angle of 231.6º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #434A75 is Cyan = 0.43, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 67 74 117 -
CMYK 0.43 0.37 0 0.54
HSL 231.6º 0.27% 0.36% -
HSV(B) 231.6º 0.43% 0.46% -
XYZ 7.97 7.38 17.83 -
YUV 76.81 150.68 121 -
System Red Green Blue C M Y K H S L
Decimal 67 74 117 0.43 0.37 0 0.54 231.6 0.27 0.36
Hex 43 4A 75 2B 25 0 36 E8 1B 24
Octal 103 112 165 53 45 0 66 350 33 44
Binary 1000011 1001010 1110101 101011 100101 0 110110 11101000 11011 100100

Color Harmonies of #434A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434A75

Black with #434A75

Text Example


Text Example

White with #434A75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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