Html Css Color HEX #74A4CB Jordy Blue

📋 copy color: '#74A4CB'

red 116 ◦ green 164 ◦ blue 203

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

Shades of Jordy Blue #74A4CB

Tints of Jordy Blue #74A4CB

RGB

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

 GREEN value IS 164 (64.45% from 255) = 33.95%

 BLUE value IS 203 (79.69% from 255) = 42.03%

R = 24.02%
G = 33.95%
B = 42.03%

CMYK

 C value IS 0.43

 M value IS 0.19

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#74A4CB (or 0x74A4CB) is known color: Jordy Blue. HEX triplet: 74, A4 and CB. RGB value is (116,164,203). Sum of RGB (Red+Green+Blue) = 116+164+203=483 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.02% from 483); Green value is 164 (64.45% from 255 or 33.95% from 483); Blue value is 203 (79.69% from 255 or 42.03% from 483); Max value from RGB is 203 - color contains mainly: blue. Hex color #74A4CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74A4CB is #8B5B34. Grayscale: #999999. Windows color (decimal): -9132853 or 13345908. OLE color: 13345908.

HSL color Cylindrical-coordinate representation of color #74A4CB: hue angle of 206.9º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #74A4CB is Cyan = 0.43, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 116 164 203 -
CMYK 0.43 0.19 0 0.20
HSL 206.9º 0.46% 0.63% -
HSV(B) 206.9º 0.43% 0.8% -
XYZ 31.26 34.58 61.53 -
YUV 154.09 155.6 100.83 -
System Red Green Blue C M Y K H S L
Decimal 116 164 203 0.43 0.19 0 0.20 206.9 0.46 0.63
Hex 74 A4 CB 2B 13 0 14 CF 2E 3F
Octal 164 244 313 53 23 0 24 317 56 77
Binary 1110100 10100100 11001011 101011 10011 0 10100 11001111 101110 111111

Color Harmonies of #74A4CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74A4CB

Black with #74A4CB

Text Example


Text Example

White with #74A4CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74A4CB; }

 p { color: rgb(116,164,203); }

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

background-color css

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

 a { background-color: rgb(116,164,203); }

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

border-color css

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

 span { border-color: rgb(116,164,203); }

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