Html Css Color HEX #74698D Kimberly

📋 copy color: '#74698D'

red 116 ◦ green 105 ◦ blue 141

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

Shades of Kimberly #74698D

Tints of Kimberly #74698D

RGB

 RED value IS 116 (45.7% from 255) = 32.04%

 GREEN value IS 105 (41.41% from 255) = 29.01%

 BLUE value IS 141 (55.47% from 255) = 38.95%

R = 32.04%
G = 29.01%
B = 38.95%

CMYK

 C value IS 0.18

 M value IS 0.26

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#74698D (or 0x74698D) is known color: Kimberly. HEX triplet: 74, 69 and 8D. RGB value is (116,105,141). Sum of RGB (Red+Green+Blue) = 116+105+141=362 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.04% from 362); Green value is 105 (41.41% from 255 or 29.01% from 362); Blue value is 141 (55.47% from 255 or 38.95% from 362); Max value from RGB is 141 - color contains mainly: blue. Hex color #74698D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74698D is #8B9672. Grayscale: #707070. Windows color (decimal): -9148019 or 9267572. OLE color: 9267572.

HSL color Cylindrical-coordinate representation of color #74698D: hue angle of 258.33º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #74698D is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 116 105 141 -
CMYK 0.18 0.26 0 0.45
HSL 258.33º 0.15% 0.48% -
HSV(B) 258.33º 0.26% 0.55% -
XYZ 17.06 15.74 27.34 -
YUV 112.39 144.14 130.57 -
System Red Green Blue C M Y K H S L
Decimal 116 105 141 0.18 0.26 0 0.45 258.33 0.15 0.48
Hex 74 69 8D 12 1A 0 2D 102 F 30
Octal 164 151 215 22 32 0 55 402 17 60
Binary 1110100 1101001 10001101 10010 11010 0 101101 100000010 1111 110000

Color Harmonies of #74698D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74698D

Black with #74698D

Text Example


Text Example

White with #74698D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74698D; }

 p { color: rgb(116,105,141); }

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

background-color css

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

 a { background-color: rgb(116,105,141); }

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

border-color css

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

 span { border-color: rgb(116,105,141); }

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